[pywin32-checkins] pywin32/com/win32comext/shell/src shell_pch.h,1.5,1.6
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2005-07-29 05:32:25
|
Update of /cvsroot/pywin32/pywin32/com/win32comext/shell/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17582/src Modified Files: shell_pch.h Log Message: Work with latest platform SDK Index: shell_pch.h =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32comext/shell/src/shell_pch.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** shell_pch.h 19 Mar 2004 04:33:16 -0000 1.5 --- shell_pch.h 29 Jul 2005 05:32:17 -0000 1.6 *************** *** 1,4 **** --- 1,6 ---- // shell_pch.h : header file for PCH generation for the shell COM extension + #define _WIN32_IE 0x0601 + #include <windows.h> #include <oleauto.h> |