BLD: Fix msvc build error C1189: "No Target Architecture"

This commit is contained in:
cgohlke 2013-12-29 18:54:07 -08:00
parent 74f83b7c5b
commit deb44ddd52

View File

@ -29,6 +29,7 @@ http://www.cazabon.com\n\
#include "py3.h" #include "py3.h"
#ifdef WIN32 #ifdef WIN32
#include <windows.h>
#include <windef.h> #include <windef.h>
#include <wingdi.h> #include <wingdi.h>
#endif #endif