Update of /cvsroot/pywin32/pywin32/SWIG/swig_lib/python
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31400/SWIG/swig_lib/python
Modified Files:
pywintypes.i
Log Message:
checkin forgotten header consolidation change
Index: pywintypes.i
===================================================================
RCS file: /cvsroot/pywin32/pywin32/SWIG/swig_lib/python/pywintypes.i,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** pywintypes.i 4 Jan 2009 13:44:19 -0000 1.8
--- pywintypes.i 27 Jan 2009 13:08:02 -0000 1.9
***************
*** 36,44 ****
%{
#include "PyWinTypes.h"
#ifdef NEED_PYWINOBJECTS_H
#include "PyWinObjects.h"
#endif
- #include "winbase.h"
#include "tchar.h"
%}
--- 36,45 ----
%{
+ #include "windows.h"
+ #include "winbase.h"
#include "PyWinTypes.h"
#ifdef NEED_PYWINOBJECTS_H
#include "PyWinObjects.h"
#endif
#include "tchar.h"
%}
|