summaryrefslogtreecommitdiff
path: root/PC/pyconfig.h
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-03-28 22:43:38 +0000
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-03-28 22:43:38 +0000
commit4b7964a02256ffdb93627566aebd6f8ad95c8377 (patch)
treed94fe6abba57e3beb3c5191801967ab6d717277b /PC/pyconfig.h
parent480916780dddd28ea805f72df36b2a91a3247b40 (diff)
downloadcpython-4b7964a02256ffdb93627566aebd6f8ad95c8377.tar.gz
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.
Diffstat (limited to 'PC/pyconfig.h')
-rw-r--r--PC/pyconfig.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/PC/pyconfig.h b/PC/pyconfig.h
index a170e771c4..afe29bf5e4 100644
--- a/PC/pyconfig.h
+++ b/PC/pyconfig.h
@@ -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