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