[pywin32-checkins] pywin32/com/win32com/src univgw.cpp,1.7,1.8
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
|
From: <mha...@us...> - 2003-10-31 02:45:16
|
Update of /cvsroot/pywin32/pywin32/com/win32com/src
In directory sc8-pr-cvs1:/tmp/cvs-serv15890
Modified Files:
univgw.cpp
Log Message:
Only spew a warning when on an unsupported platform.
Index: univgw.cpp
===================================================================
RCS file: /cvsroot/pywin32/pywin32/com/win32com/src/univgw.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** univgw.cpp 8 Aug 2003 03:57:51 -0000 1.7
--- univgw.cpp 31 Oct 2003 02:45:13 -0000 1.8
***************
*** 227,231 ****
#else // _M_IX86
! # error make_method not defined for this platform
#endif
--- 227,232 ----
#else // _M_IX86
! /* The MAINWIN toolkit allows us to build this on Linux!!! */
! # pragma message("XXXXXXXXX - win32com.universal wont work on this platform - need make_method")
#endif
|