]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - ft2_defs.h
turn font size snapping into a float
[xonotic/darkplaces.git] / ft2_defs.h
index fd15998d28f791f745f7453ad82343d7c8b80ba9..7d73745c3cafb595611447a34c691d2fe7459e96 100644 (file)
@@ -8,8 +8,9 @@
 typedef __int32 FT_Int32;
 typedef __uint32 FT_UInt32;
 #else
+# include <stdint.h>
 typedef int32_t FT_Int32;
-typedef u_int32_t FT_UInt32;
+typedef uint32_t FT_UInt32;
 #endif
 
 typedef int FT_Error;