From 681a68a9948d872c623b021e6d4af6f9608c2ef2 Mon Sep 17 00:00:00 2001 From: Eric Soroos Date: Fri, 22 Sep 2017 18:28:26 +0000 Subject: [PATCH] swap non-windows headers with typedefs --- libImaging/raqm.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libImaging/raqm.h b/libImaging/raqm.h index f1decdd9e..d33f080bf 100644 --- a/libImaging/raqm.h +++ b/libImaging/raqm.h @@ -29,8 +29,12 @@ #include "config.h" #endif -#include -#include +#ifndef bool +typedef int bool; +#endif +#ifndef uint32_t +typedef UINT32 uint32_t; +#endif #include #include FT_FREETYPE_H