From: Neal Norwitz Date: Mon, 31 Mar 2008 03:02:08 +0000 (+0000) Subject: Blocked revisions 62020 via svnmerge X-Git-Tag: v3.0a4~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9367c78c84efaa3f2d6797ca7e18dc78e838c531;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 62020 via svnmerge ........ r62020 | amaury.forgeotdarc | 2008-03-28 15:43:38 -0700 (Fri, 28 Mar 2008) | 5 lines 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. ........ ---