[pywin32-checkins] pywin32/com/win32com/src/include stdafx.h,1.3,1.4
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2005-07-29 05:11:27
|
Update of /cvsroot/pywin32/pywin32/com/win32com/src/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15761/include Modified Files: stdafx.h Log Message: Get things working with latest platform sdk. Index: stdafx.h =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32com/src/include/stdafx.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** stdafx.h 8 Nov 2003 05:38:17 -0000 1.3 --- stdafx.h 29 Jul 2005 05:11:19 -0000 1.4 *************** *** 8,12 **** // #define _WIN32_DCOM ! // PyWinTypes.h pulls in Python.h and windows.h. #include <PyWinTypes.h> --- 8,13 ---- // #define _WIN32_DCOM ! #define _WIN32_WINNT 0x0501 // we use some of these features. // PyWinTypes.h pulls in Python.h and windows.h. + #include <PyWinTypes.h> |