diff options
author | twinaphex | 2018-04-20 19:03:55 +0200 |
---|---|---|
committer | twinaphex | 2018-04-20 19:03:55 +0200 |
commit | f1e7b6b3394c66860b810804aac45be24bd31dbf (patch) | |
tree | b0a7093d37931935113b8a4f41111511f6814f1f /src | |
parent | 94cd260f105dd7d6470260e6822df997580b196f (diff) | |
download | snes9x2002-f1e7b6b3394c66860b810804aac45be24bd31dbf.tar.gz snes9x2002-f1e7b6b3394c66860b810804aac45be24bd31dbf.tar.bz2 snes9x2002-f1e7b6b3394c66860b810804aac45be24bd31dbf.zip |
Don't use stdbool.h anymore
Diffstat (limited to 'src')
-rw-r--r-- | src/port.h | 2 | ||||
-rw-r--r-- | src/rops.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -61,7 +61,7 @@ I can't take it anymore, it's too convoluted. So I've commented out the entire #include <stdint.h> #include <limits.h> #include <string.h> -#include <stdbool.h> +#include <boolean.h> //Types Defined typedef uint8_t bool8; @@ -1,7 +1,7 @@ #ifndef __ROPS_H__ #define __ROPS_H__ -#include "stdbool.h" +#include <boolean.h> /* Raster Operations macros |