[pywin32-checkins] pywin32/SWIG/swig_lib/python pywintypes.i, 1.7, 1.8
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2009-01-04 13:44:25
|
Update of /cvsroot/pywin32/pywin32/SWIG/swig_lib/python In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25615/SWIG/swig_lib/python Modified Files: pywintypes.i Log Message: rationalize header order for swig generated files Index: pywintypes.i =================================================================== RCS file: /cvsroot/pywin32/pywin32/SWIG/swig_lib/python/pywintypes.i,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** pywintypes.i 3 Jun 2007 14:53:06 -0000 1.7 --- pywintypes.i 4 Jan 2009 13:44:19 -0000 1.8 *************** *** 36,45 **** %{ - #include "windows.h" - #include "winbase.h" #include "PyWinTypes.h" #ifdef NEED_PYWINOBJECTS_H #include "PyWinObjects.h" #endif #include "tchar.h" %} --- 36,44 ---- %{ #include "PyWinTypes.h" #ifdef NEED_PYWINOBJECTS_H #include "PyWinObjects.h" #endif + #include "winbase.h" #include "tchar.h" %} |