]> granicus.if.org Git - python/commitdiff
One #ifdef too much, and I broke all windows buildbots:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Fri, 28 Mar 2008 22:43:38 +0000 (22:43 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Fri, 28 Mar 2008 22:43:38 +0000 (22:43 +0000)
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.

PC/pyconfig.h

index a170e771c40feaaf321d6cc54fd4a466c42e8916..afe29bf5e4405a9c052f5a6b391aa6c1e9a88a29 100644 (file)
@@ -167,10 +167,8 @@ WIN32 is still required for the locale module.
 #else
 #define Py_WINVER 0x0500
 #endif
-#ifdef NTDDI_WIN2KSP4
 #define Py_NTDDI NTDDI_WIN2KSP4
 #endif
-#endif
 
 /* 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