]> granicus.if.org Git - python/commit
Fix build problems with the platform SDK on windows. It is not sufficient to test...
authorKristján Valur Jónsson <kristjan@ccpgames.com>
Mon, 3 Jul 2006 14:59:05 +0000 (14:59 +0000)
committerKristján Valur Jónsson <kristjan@ccpgames.com>
Mon, 3 Jul 2006 14:59:05 +0000 (14:59 +0000)
commit74c3ea0a0f6599da7dd9a502b5a66aeb9512d8c3
tree910adede1919c53bd243bbdf5fb2a62c5478fa0a
parent2eda1b78f9b3d03260445dc1bdbae477cb3e5885
Fix build problems with the platform SDK on windows.  It is not sufficient to test for the C compiler version when determining if we have the secure CRT from microsoft.  Must test with an undocumented macro, __STDC_SECURE_LIB__ too.
Modules/timemodule.c
Objects/exceptions.c
Objects/fileobject.c