mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +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\
|
||||
"
|
||||
|
||||
#include "Python.h" // Include before wchar.h so _GNU_SOURCE is set
|
||||
#include "wchar.h"
|
||||
|
||||
#include "Python.h"
|
||||
#include "datetime.h"
|
||||
|
||||
#include "lcms2.h"
|
||||
|
|
Loading…
Reference in New Issue
Block a user