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>
#endif
typedef unsigned bit;
typedef unsigned char bit;
typedef uint8_t byte;

View File

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

View File

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