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;