MFC: Use FT_*_H macros instead of including <freetype/*.h>
freetype moved its headers around in 2.5.1.
This commit is contained in:
parent
e881145932
commit
c5ffd11875
@ -21,10 +21,10 @@
|
||||
*/
|
||||
|
||||
#include "xftint.h"
|
||||
#include <freetype/ftoutln.h>
|
||||
#include <freetype/ftlcdfil.h>
|
||||
#include FT_OUTLINE_H
|
||||
#include FT_LCD_FILTER_H
|
||||
|
||||
#include <freetype/ftsynth.h>
|
||||
#include FT_SYNTHESIS_H
|
||||
|
||||
/*
|
||||
* Validate the memory info for a font
|
||||
|
Loading…
Reference in New Issue
Block a user