X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=ft2_defs.h;h=c8d38c6e98b7a589457e8a986bfcc3a4c28885f4;hp=7d73745c3cafb595611447a34c691d2fe7459e96;hb=849c92ba2b16d3af63f04b3c2fab755f737693a9;hpb=504c53a3f36c93afb7aa3395910f3b107f61a593 diff --git a/ft2_defs.h b/ft2_defs.h index 7d73745c..c8d38c6e 100644 --- a/ft2_defs.h +++ b/ft2_defs.h @@ -6,7 +6,7 @@ #ifdef _MSC_VER typedef __int32 FT_Int32; -typedef __uint32 FT_UInt32; +typedef unsigned __int32 FT_UInt32; #else # include typedef int32_t FT_Int32;