Use FreeType include macros

Ian Pilcher ian.pilcher at home.com
Fri May 25 14:21:48 CDT 2001


I hope I'm not the only one who thinks this is just a little too cute.

Modified files:
    dlls/wineps: truetype.c

Log message:
    Ian Pilcher
    Use macros for FreeType includes
-- 
========================================================================
Ian Pilcher                                         ian.pilcher at home.com
========================================================================
-------------- next part --------------
diff -urN ../wine-20010524cvs/dlls/wineps/truetype.c ./dlls/wineps/truetype.c
--- ../wine-20010524cvs/dlls/wineps/truetype.c	Wed May 16 15:56:06 2001
+++ ./dlls/wineps/truetype.c	Fri May 25 13:33:05 2001
@@ -10,10 +10,10 @@
 #ifdef HAVE_FREETYPE
 
 #include <freetype/freetype.h>
-#include <freetype/ftnames.h>
-#include <freetype/ttnameid.h>
-#include <freetype/tttables.h>
-#include <freetype/ftglyph.h>
+#include FT_NAMES_H
+#include FT_TRUETYPE_NAMES_H
+#include FT_TRUETYPE_TABLES_H
+#include FT_GLYPH_H
 #include <sys/types.h>
 #include <dirent.h>
 #include <string.h>


More information about the wine-patches mailing list