Fix MinGW32 build
This commit is contained in:
parent
4815bce313
commit
af707b785c
@ -17,7 +17,7 @@ typedef UINT uint32_t;
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
typedef unsigned bit;
|
||||
typedef unsigned char bit;
|
||||
|
||||
typedef uint8_t byte;
|
||||
|
||||
|
@ -2,8 +2,7 @@
|
||||
|
||||
TOP=../..
|
||||
TARGET=smblib
|
||||
INCS=-I$(TOP)/goldlib/smblib
|
||||
#-I$(TOP)/goldlib/gall
|
||||
INCS=-I$(TOP)/goldlib/smblib -I$(TOP)/goldlib/gall
|
||||
CFLAGS=-x c++
|
||||
|
||||
include $(TOP)/GNUmakef.inc
|
||||
|
@ -57,7 +57,7 @@ typedef UINT uint32_t;
|
||||
|
||||
typedef unsigned int uint;
|
||||
typedef signed int sint;
|
||||
typedef unsigned bit;
|
||||
typedef unsigned char bit;
|
||||
typedef uint8_t byte;
|
||||
typedef int8_t sbyte;
|
||||
typedef uint16_t word;
|
||||
|
Reference in New Issue
Block a user