bpo-30860: Move windows.h include out of internal/*.h. (#3458)

PR #3397 introduced a large number of warnings to the Windows build. This patch fixes them.
This commit is contained in:
Eric Snow 2017-09-11 18:30:43 -07:00 committed by GitHub
parent 8728018624
commit fc1bf872e9
4 changed files with 19 additions and 20 deletions

View file

@ -1,7 +1,7 @@
/* Core extension modules are built-in on some platforms (e.g. Windows). */
#ifdef Py_BUILD_CORE
#define Py_BUILD_CORE_MODULE
#define Py_BUILD_CORE_BUILTIN
#undef Py_BUILD_CORE
#endif