swap non-windows headers with typedefs

This commit is contained in:
Eric Soroos 2017-09-22 18:28:26 +00:00
parent 00b2783607
commit 681a68a994

View File

@ -29,8 +29,12 @@
#include "config.h"
#endif
#include <stdbool.h>
#include <stdint.h>
#ifndef bool
typedef int bool;
#endif
#ifndef uint32_t
typedef UINT32 uint32_t;
#endif
#include <ft2build.h>
#include FT_FREETYPE_H