revive PC build, support Linux

This commit is contained in:
notaz
2011-09-03 00:58:39 +03:00
parent ee0a3871f9
commit eac6971733
5 changed files with 61 additions and 15 deletions

View File

@@ -114,8 +114,8 @@
typedef signed char s8;
typedef unsigned short int u16;
typedef signed short int s16;
typedef unsigned long u32;
typedef signed long s32;
typedef unsigned int u32;
typedef signed int s32;
typedef unsigned long long int u64;
typedef signed long long int s64;