mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:46:17 +00:00
[WIN32K] Use FreeType inclusion macros.
svn path=/trunk/; revision=69693
This commit is contained in:
parent
c662ceada7
commit
f9dab9b203
1 changed files with 5 additions and 5 deletions
|
@ -13,11 +13,11 @@
|
|||
|
||||
#include FT_GLYPH_H
|
||||
#include FT_TYPE1_TABLES_H
|
||||
#include <tttables.h>
|
||||
#include <fttrigon.h>
|
||||
#include <ftbitmap.h>
|
||||
#include <ftoutln.h>
|
||||
#include <ftwinfnt.h>
|
||||
#include FT_TRUETYPE_TABLES_H
|
||||
#include FT_TRIGONOMETRY_H
|
||||
#include FT_BITMAP_H
|
||||
#include FT_OUTLINE_H
|
||||
#include FT_WINFONTS_H
|
||||
|
||||
#include <gdi/eng/floatobj.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue