Fix __serial.h for both Win32 and non-Win32
This commit is contained in:
@@ -3,7 +3,6 @@
|
|||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#ifdef _WIN32
|
|
||||||
typedef int BOOL;
|
typedef int BOOL;
|
||||||
|
|
||||||
#ifndef TRUE
|
#ifndef TRUE
|
||||||
@@ -14,8 +13,6 @@ typedef int BOOL;
|
|||||||
#define FALSE 0
|
#define FALSE 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "../fceu-types.h"
|
#include "../fceu-types.h"
|
||||||
|
|
||||||
void SendCmd(uint8 *cmd, int size);
|
void SendCmd(uint8 *cmd, int size);
|
||||||
|
|||||||
Reference in New Issue
Block a user