X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=ft2.h;h=aa203be552e2add9564022191595e103701f10b4;hb=refs%2Fheads%2FColdSpirit%2Fcvar_onchange_stable;hp=e8110a72916263c87742039a6d410fe8e0d59fba;hpb=60d928346968572ec2cd9969ba186ffc365713f3;p=xonotic%2Fdarkplaces.git diff --git a/ft2.h b/ft2.h index e8110a72..aa203be5 100644 --- a/ft2.h +++ b/ft2.h @@ -22,7 +22,11 @@ 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