]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Include <windows.h> after python.h, so that WINNT is properly set before windows...
authorKristján Valur Jónsson <kristjan@ccpgames.com>
Sat, 26 May 2007 19:31:39 +0000 (19:31 +0000)
committerKristján Valur Jónsson <kristjan@ccpgames.com>
Sat, 26 May 2007 19:31:39 +0000 (19:31 +0000)
commit629ec26f637844f912d8f5aa6e21bae5d59f559f
tree8debb7c1a201e6018c948acd7fd177a992c24634
parentba526438f8ce4bde87f7b38f966688a5193a7c5e
Include <windows.h> after python.h, so that WINNT is properly set before windows.h is included.  Fixes warnings in PC builds.
PC/WinMain.c
PC/_winreg.c
PC/dl_nt.c
PC/winsound.c
Python/dynload_win.c