Try to build Golded+ in MacOSX

This commit is contained in:
Stas Degteff
2006-01-14 22:11:56 +00:00
parent 66831e6a38
commit ae3736fc28
2 changed files with 5 additions and 3 deletions

View File

@@ -138,10 +138,12 @@ typedef unsigned char uint8_t;
typedef unsigned short uint16_t;
typedef unsigned int uint32_t;
#if !defined(__APPLE__)
typedef signed char int8_t;
typedef signed short int16_t;
typedef signed int int32_t;
#endif
#endif
typedef uint8_t byte;
typedef uint16_t word;