Added GNU GCC support, linux binary

This commit is contained in:
David Anderson
2004-08-11 10:01:56 +00:00
parent bd11b5eb90
commit 2a1ee3fd37
15 changed files with 40 additions and 26 deletions

View File

@ -43,7 +43,7 @@
typedef int int32_t;
typedef unsigned int uint32_t;
#else
typedef long int int32_t;
//typedef long int int32_t;
typedef unsigned long int uint32_t;
#endif
#if defined __WIN32__ || defined _WIN32 || defined WIN32