File tree Expand file tree Collapse file tree 1 file changed +14
-40
lines changed Expand file tree Collapse file tree 1 file changed +14
-40
lines changed Original file line number Diff line number Diff line change @@ -98,47 +98,21 @@ WINE_DEFAULT_DEBUG_CHANNEL(font);
98
98
99
99
#ifdef HAVE_FT2BUILD_H
100
100
#include <ft2build.h>
101
+ #include FT_FREETYPE_H
102
+ #include FT_GLYPH_H
103
+ #include FT_TYPES_H
104
+ #include FT_TRUETYPE_TABLES_H
105
+ #include FT_SFNT_NAMES_H
106
+ #include FT_TRUETYPE_IDS_H
107
+ #include FT_OUTLINE_H
108
+ #include FT_TRIGONOMETRY_H
109
+ #include FT_MODULE_H
110
+ #include FT_WINFONTS_H
111
+ #ifdef FT_LCD_FILTER_H
112
+ #include FT_LCD_FILTER_H
101
113
#endif
102
- #ifdef HAVE_FREETYPE_FREETYPE_H
103
- #include <freetype.h>
104
- #endif
105
- #ifdef HAVE_FREETYPE_FTGLYPH_H
106
- #include <ftglyph.h>
107
- #endif
108
- #ifdef HAVE_FREETYPE_TTTABLES_H
109
- #include <tttables.h>
110
- #endif
111
- #ifdef HAVE_FREETYPE_FTTYPES_H
112
- #include <fttypes.h>
113
- #endif
114
- #ifdef HAVE_FREETYPE_FTSNAMES_H
115
- #include <ftsnames.h>
116
- #else
117
- # ifdef HAVE_FREETYPE_FTNAMES_H
118
- # include <ftnames.h>
119
- # endif
120
- #endif
121
- #ifdef HAVE_FREETYPE_TTNAMEID_H
122
- #include <ttnameid.h>
123
- #endif
124
- #ifdef HAVE_FREETYPE_FTOUTLN_H
125
- #include <ftoutln.h>
126
- #endif
127
- #ifdef HAVE_FREETYPE_INTERNAL_SFNT_H
128
- #include <internal/sfnt.h>
129
- #endif
130
- #ifdef HAVE_FREETYPE_FTTRIGON_H
131
- #include <fttrigon.h>
132
- #endif
133
- #ifdef HAVE_FREETYPE_FTWINFNT_H
134
- #include <ftwinfnt.h>
135
- #endif
136
- #ifdef HAVE_FREETYPE_FTMODAPI_H
137
- #include <ftmodapi.h>
138
- #endif
139
- #ifdef HAVE_FREETYPE_FTLCDFIL_H
140
- #include <ftlcdfil.h>
141
- #endif
114
+ #endif /* HAVE_FT2BUILD_H */
115
+
142
116
143
117
#ifndef HAVE_FT_TRUETYPEENGINETYPE
144
118
typedef enum
You can’t perform that action at this time.
0 commit comments