[pywin32-checkins] pywin32/win32/src PyWinTypes.h,1.46,1.47
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Roger U. <ru...@us...> - 2007-08-02 04:31:39
|
Update of /cvsroot/pywin32/pywin32/win32/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30980/win32/src Modified Files: PyWinTypes.h Log Message: Fix warning in ifdef Index: PyWinTypes.h =================================================================== RCS file: /cvsroot/pywin32/pywin32/win32/src/PyWinTypes.h,v retrieving revision 1.46 retrieving revision 1.47 diff -C2 -d -r1.46 -r1.47 *** PyWinTypes.h 13 Jul 2007 02:59:33 -0000 1.46 --- PyWinTypes.h 2 Aug 2007 04:31:40 -0000 1.47 *************** *** 168,172 **** // Its not clear how to resolve this, but while VS2003 is the default // compiler, that is what must work. ! #if 0 and _MSC_VER >= 1400 inline BOOL PyWinObject_AsWCHAR(PyObject *stringObject, unsigned short **pResult, BOOL bNoneOK = FALSE, DWORD *pResultLen = NULL) { --- 168,172 ---- // Its not clear how to resolve this, but while VS2003 is the default // compiler, that is what must work. ! #if 0 // and _MSC_VER >= 1400 inline BOOL PyWinObject_AsWCHAR(PyObject *stringObject, unsigned short **pResult, BOOL bNoneOK = FALSE, DWORD *pResultLen = NULL) { |