|
|
|
@ -7,7 +7,7 @@ |
|
|
|
|
/* */ |
|
|
|
|
/* This is _not_ used to retrieve glyph names! */ |
|
|
|
|
/* */ |
|
|
|
|
/* Copyright 1996-2001, 2002 by */ |
|
|
|
|
/* Copyright 1996-2001, 2002, 2003 by */ |
|
|
|
|
/* David Turner, Robert Wilhelm, and Werner Lemberg. */ |
|
|
|
|
/* */ |
|
|
|
|
/* This file is part of the FreeType project, and may only be used, */ |
|
|
|
@ -26,6 +26,12 @@ |
|
|
|
|
#include <ft2build.h> |
|
|
|
|
#include FT_FREETYPE_H |
|
|
|
|
|
|
|
|
|
#ifdef FREETYPE_H |
|
|
|
|
#error "freetype.h of FreeType 1 has been loaded!" |
|
|
|
|
#error "Please fix the directory search order for header files" |
|
|
|
|
#error "so that freetype.h of FreeType 2 is found first." |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
FT_BEGIN_HEADER |
|
|
|
|
|
|
|
|
|