Update of /cvsroot/pywin32/pywin32/com/win32com/src
In directory sc8-pr-cvs1:/tmp/cvs-serv15449
Modified Files:
PyFactory.cpp
Log Message:
Fix case of #include files (fails when building on Linux ;)
Index: PyFactory.cpp
===================================================================
RCS file: /cvsroot/pywin32/pywin32/com/win32com/src/PyFactory.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** PyFactory.cpp 1 Sep 2003 08:08:09 -0000 1.5
--- PyFactory.cpp 31 Oct 2003 02:43:03 -0000 1.6
***************
*** 5,9 ****
#include "stdafx.h"
! #include <Import.h> /* for PyImport_ImportModule() */
#include "PythonCOM.h"
--- 5,9 ----
#include "stdafx.h"
! #include <import.h> /* for PyImport_ImportModule() */
#include "PythonCOM.h"
|