[pywin32-checkins] pywin32/win32/src/win32print win32print.cpp, 1.29, 1.30
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2008-02-10 13:35:30
|
Update of /cvsroot/pywin32/pywin32/win32/src/win32print In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3973/win32print Modified Files: win32print.cpp Log Message: Let pywintypes.h pull in all the necessary headers. Index: win32print.cpp =================================================================== RCS file: /cvsroot/pywin32/pywin32/win32/src/win32print/win32print.cpp,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** win32print.cpp 6 Feb 2008 18:44:10 -0000 1.29 --- win32print.cpp 10 Feb 2008 13:35:33 -0000 1.30 *************** *** 13,21 **** ******************************************************************/ - // #define UNICODE - // #define _UNICODE // _tcs functions require this - #include "windows.h" - - #include "Python.h" #include "PyWinTypes.h" #include "PyWinObjects.h" --- 13,16 ---- |