mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
swap non-windows headers with typedefs
This commit is contained in:
parent
00b2783607
commit
681a68a994
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user