Include Python.h before wchar.h so _GNU_SOURCE is set consistently

This commit is contained in:
hugovk 2016-05-11 14:23:51 +03:00
parent 547794157c
commit 9e38643a5c

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"