- Properly include FreeType header

svn path=/trunk/; revision=8070
This commit is contained in:
Filip Navara 2004-02-07 00:24:46 +00:00
parent 5b1a3e7233
commit 8a0ee5fc06

View file

@ -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
{