Skip to content

Commit 30b01d2

Browse files
committed
Fix the boolean fix
1 parent 0fc0b9b commit 30b01d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Firenzina/fire.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ along with this program. If not, see http://www.gnu.org/licenses/.
3030

3131
#include <stdio.h>
3232
#include <stdlib.h>
33-
#include <stdbool.h>
33+
34+
#define bool char
3435

3536
#define WINDOWS
3637
//#define WINDOWS_X64

0 commit comments

Comments
 (0)