diff options
author | aliaspider | 2015-11-09 19:55:28 +0100 |
---|---|---|
committer | aliaspider | 2015-11-09 19:55:28 +0100 |
commit | 7a7857f47b33f1b63fb585d2dc6c60d87c3e928f (patch) | |
tree | a4c271ae26c4b5ec9566f37062168e6d2c8c1bbc /src/port.h | |
parent | 5339c79ebd36afa759541d0c2fbdadac6dd26ed2 (diff) | |
download | snes9x2002-7a7857f47b33f1b63fb585d2dc6c60d87c3e928f.tar.gz snes9x2002-7a7857f47b33f1b63fb585d2dc6c60d87c3e928f.tar.bz2 snes9x2002-7a7857f47b33f1b63fb585d2dc6c60d87c3e928f.zip |
C++ --> C99
Diffstat (limited to 'src/port.h')
-rw-r--r-- | src/port.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -63,6 +63,7 @@ I can't take it anymore, it's too convoluted. So I've commented out the entire //#include <windows.h> #include <limits.h> #include <string.h> +#include <stdbool.h> //Types Defined typedef unsigned char bool8; typedef unsigned char uint8; |