[pywin32-checkins] pywin32/win32/src win32rasmodule.cpp,1.16,1.17
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2009-02-16 04:49:55
|
Update of /cvsroot/pywin32/pywin32/win32/src In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10991/win32/src Modified Files: win32rasmodule.cpp Log Message: * ensure win32ras builds with WINVER set to 0x0500 so it works on win2k. * Install few extra test data files Index: win32rasmodule.cpp =================================================================== RCS file: /cvsroot/pywin32/pywin32/win32/src/win32rasmodule.cpp,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** win32rasmodule.cpp 27 Jan 2009 06:27:09 -0000 1.16 --- win32rasmodule.cpp 16 Feb 2009 04:49:49 -0000 1.17 *************** *** 13,18 **** #ifndef WINVER ! // hrm - the RASEAPUSERIDENTITY structures on the Vista SDK now want ! #define WINVER 0x501 #endif --- 13,17 ---- #ifndef WINVER ! #define WINVER 0x500 #endif |