[Gcblue-commits] gcb_wx/src/graphics tcMapObject.cpp,1.1,1.2
Status: Alpha
Brought to you by:
ddcforge
|
From: Xavi <xr...@us...> - 2004-04-11 22:09:22
|
Update of /cvsroot/gcblue/gcb_wx/src/graphics In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4665 Modified Files: tcMapObject.cpp Log Message: + added ifdef MSV where needed Index: tcMapObject.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/graphics/tcMapObject.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tcMapObject.cpp 21 Dec 2003 00:40:00 -0000 1.1 --- tcMapObject.cpp 11 Apr 2004 21:55:40 -0000 1.2 *************** *** 26,31 **** #ifndef WX_PRECOMP #include "wx/wx.h" #include "wx/msw/private.h" // for MS Windows specific definitions ! #endif #include "tcMapObject.h" --- 26,33 ---- #ifndef WX_PRECOMP #include "wx/wx.h" + #ifdef WIN32 #include "wx/msw/private.h" // for MS Windows specific definitions ! #endif // WIN32 ! #endif // WX_PRECOMP #include "tcMapObject.h" *************** *** 42,47 **** tcMapView* tcMapObject::mapView = NULL; - - void tcMapObject::Draw(Gdiplus::Graphics *graphics) { --- 44,47 ---- *************** *** 133,139 **** } - - - - - --- 133,134 ---- |