Fix __serial.h for both Win32 and non-Win32

This commit is contained in:
twinaphex
2014-04-15 03:13:17 +02:00
parent e8dc329ee1
commit b0cf10bf40

View File

@@ -3,7 +3,6 @@
#include <stdio.h>
#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);