]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - ft2_defs.h
Fix setinfo.
[xonotic/darkplaces.git] / ft2_defs.h
index 7d73745c3cafb595611447a34c691d2fe7459e96..c8d38c6e98b7a589457e8a986bfcc3a4c28885f4 100644 (file)
@@ -6,7 +6,7 @@
 
 #ifdef _MSC_VER
 typedef __int32 FT_Int32;
-typedef __uint32 FT_UInt32;
+typedef unsigned __int32 FT_UInt32;
 #else
 # include <stdint.h>
 typedef int32_t FT_Int32;