Commit 35343626 authored by Ian Pilcher's avatar Ian Pilcher Committed by Alexandre Julliard

Use macros for FreeType includes.

parent 04d5efdf
......@@ -10,10 +10,10 @@
#ifdef HAVE_FREETYPE
#include <freetype/freetype.h>
#include <freetype/ftnames.h>
#include <freetype/ttnameid.h>
#include <freetype/tttables.h>
#include <freetype/ftglyph.h>
#include FT_NAMES_H
#include FT_TRUETYPE_NAMES_H
#include FT_TRUETYPE_TABLES_H
#include FT_GLYPH_H
#include <sys/types.h>
#include <dirent.h>
#include <string.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment