mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-15 10:42:19 +03:00
Include Python.h before wchar.h so _GNU_SOURCE is set consistently
This commit is contained in:
parent
547794157c
commit
9e38643a5c
|
@ -25,9 +25,8 @@ kevin@cazabon.com\n\
|
||||||
http://www.cazabon.com\n\
|
http://www.cazabon.com\n\
|
||||||
"
|
"
|
||||||
|
|
||||||
|
#include "Python.h" // Include before wchar.h so _GNU_SOURCE is set
|
||||||
#include "wchar.h"
|
#include "wchar.h"
|
||||||
|
|
||||||
#include "Python.h"
|
|
||||||
#include "datetime.h"
|
#include "datetime.h"
|
||||||
|
|
||||||
#include "lcms2.h"
|
#include "lcms2.h"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user