]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - ft2.h
Fix setinfo.
[xonotic/darkplaces.git] / ft2.h
diff --git a/ft2.h b/ft2.h
index e8110a72916263c87742039a6d410fe8e0d59fba..aa203be552e2add9564022191595e103701f10b4 100644 (file)
--- a/ft2.h
+++ b/ft2.h
 
 typedef struct ft2_font_map_s ft2_font_map_t;
 typedef struct ft2_attachment_s ft2_attachment_t;
+#ifdef WIN64
+#define ft2_oldstyle_map ((ft2_font_map_t*)-1LL)
+#else
 #define ft2_oldstyle_map ((ft2_font_map_t*)-1)
+#endif
 
 typedef float ft2_kernvec[2];
 typedef struct ft2_kerning_s