[pywin32-checkins] pywin32/win32/src win32file.i,1.94,1.95
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2008-12-06 00:43:51
|
Update of /cvsroot/pywin32/pywin32/win32/src In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22532/win32/src Modified Files: win32file.i Log Message: remove commented out #define Index: win32file.i =================================================================== RCS file: /cvsroot/pywin32/pywin32/win32/src/win32file.i,v retrieving revision 1.94 retrieving revision 1.95 diff -C2 -d -r1.94 -r1.95 *** win32file.i 26 Nov 2008 01:05:36 -0000 1.94 --- win32file.i 6 Dec 2008 00:43:45 -0000 1.95 *************** *** 23,27 **** %{ - //#define UNICODE #ifndef MS_WINCE //#define FAR --- 23,26 ---- |