mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
- Properly include FreeType header
svn path=/trunk/; revision=8070
This commit is contained in:
parent
5b1a3e7233
commit
8a0ee5fc06
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
|||
|
||||
#include <win32k/math.h>
|
||||
#include <win32k/dc.h>
|
||||
#include <freetype/freetype.h>
|
||||
#include <ft2build.h>
|
||||
#include FT_FREETYPE_H
|
||||
|
||||
typedef struct tagFLOAT_POINT
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue