Kaydet (Commit) 1725f247 authored tarafından Amaury Forgeot d'Arc's avatar Amaury Forgeot d'Arc

One #ifdef too much, and I broke all windows buildbots:

in pyconfig.h, NTDDI_WIN2KSP4 is not *yet* defined, but will be at some point on some modules.

Let this line even for older SDKs, they don't use it anyway.
üst 94eba715
...@@ -167,10 +167,8 @@ WIN32 is still required for the locale module. ...@@ -167,10 +167,8 @@ WIN32 is still required for the locale module.
#else #else
#define Py_WINVER 0x0500 #define Py_WINVER 0x0500
#endif #endif
#ifdef NTDDI_WIN2KSP4
#define Py_NTDDI NTDDI_WIN2KSP4 #define Py_NTDDI NTDDI_WIN2KSP4
#endif #endif
#endif
/* We only set these values when building Python - we don't want to force /* We only set these values when building Python - we don't want to force
these values on extensions, as that will affect the prototypes and these values on extensions, as that will affect the prototypes and
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment