X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=ft2_defs.h;h=c8d38c6e98b7a589457e8a986bfcc3a4c28885f4;hb=05b7bef22279c4ba7bc7ce200d68ca1e22cbc167;hp=fd15998d28f791f745f7453ad82343d7c8b80ba9;hpb=34ac3e1a25d3b1541a7b32e89c63812b52c3edac;p=xonotic%2Fdarkplaces.git diff --git a/ft2_defs.h b/ft2_defs.h index fd15998d..c8d38c6e 100644 --- a/ft2_defs.h +++ b/ft2_defs.h @@ -6,10 +6,11 @@ #ifdef _MSC_VER typedef __int32 FT_Int32; -typedef __uint32 FT_UInt32; +typedef unsigned __int32 FT_UInt32; #else +# include typedef int32_t FT_Int32; -typedef u_int32_t FT_UInt32; +typedef uint32_t FT_UInt32; #endif typedef int FT_Error;