From b0cf10bf40b25d09632aa53dfb48f80957a627f9 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 15 Apr 2014 03:13:17 +0200 Subject: [PATCH] Fix __serial.h for both Win32 and non-Win32 --- src/boards/__serial.h | 3 --- 1 file changed, 3 deletions(-) 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);