mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
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:
parent
8728018624
commit
fc1bf872e9
4 changed files with 19 additions and 20 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue