Update of /cvsroot/pywin32/pywin32/win32/src
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8208/win32/src
Modified Files:
PyWAVEFORMATEX.cpp
Log Message:
let pywintypes.h include python.h so it can help silence warnings
Index: PyWAVEFORMATEX.cpp
===================================================================
RCS file: /cvsroot/pywin32/pywin32/win32/src/PyWAVEFORMATEX.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** PyWAVEFORMATEX.cpp 3 Dec 2008 22:34:21 -0000 1.3
--- PyWAVEFORMATEX.cpp 3 Jan 2009 05:00:15 -0000 1.4
***************
*** 2,6 ****
// @doc
- #include "Python.h"
#include "PyWinTypes.h"
#include "PyWinObjects.h"
--- 2,5 ----
|