diff --git a/src/boards/__serial.h b/src/boards/__serial.h index 7b6bb57..f9d8488 100644 --- a/src/boards/__serial.h +++ b/src/boards/__serial.h @@ -3,7 +3,6 @@ #include -#ifdef _WIN32 typedef int BOOL; #ifndef TRUE @@ -14,8 +13,6 @@ typedef int BOOL; #define FALSE 0 #endif -#endif - #include "../fceu-types.h" void SendCmd(uint8 *cmd, int size);