mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-28 02:46: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"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <stdbool.h>
|
#ifndef bool
|
||||||
#include <stdint.h>
|
typedef int bool;
|
||||||
|
#endif
|
||||||
|
#ifndef uint32_t
|
||||||
|
typedef UINT32 uint32_t;
|
||||||
|
#endif
|
||||||
#include <ft2build.h>
|
#include <ft2build.h>
|
||||||
#include FT_FREETYPE_H
|
#include FT_FREETYPE_H
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user