mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-25 16:20:33 +03:00
Merge pull request #1906 from hugovk/_GNU_SOURCE
Include Python.h before wchar.h so _GNU_SOURCE is set consistently
This commit is contained in:
commit
5d403ffdde
|
@ -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