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:
wiredfool 2016-05-23 22:35:26 +01:00
commit 5d403ffdde

View File

@ -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"