Fix MinGW32 build

This commit is contained in:
Stas Degteff 2005-10-11 18:25:31 +00:00
parent 4815bce313
commit af707b785c
3 changed files with 3 additions and 4 deletions

View File

@ -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;

View File

@ -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

View File

@ -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;