[Gcblue-commits] gcb_wx/src/graphics tcWindow.cpp,1.1,1.2
Status: Alpha
Brought to you by:
ddcforge
|
From: Xavi <xr...@us...> - 2004-04-11 22:35:53
|
Update of /cvsroot/gcblue/gcb_wx/src/graphics In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9724 Modified Files: tcWindow.cpp Log Message: + added ifdef MSV where needed + newline at the end of file Index: tcWindow.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/graphics/tcWindow.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tcWindow.cpp 4 Apr 2004 21:49:33 -0000 1.1 --- tcWindow.cpp 11 Apr 2004 22:22:11 -0000 1.2 *************** *** 24,34 **** #ifndef WX_PRECOMP #include "wx/wx.h" #include "wx/msw/private.h" // for MS Windows specific definitions ! #endif #include "tcWindow.h" #include "gdiplus.h" #include "tcGraphicsEngine.h" ! #include "aerror.h" #include <stdio.h> #include <iostream> --- 24,36 ---- #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 "tcWindow.h" #include "gdiplus.h" #include "tcGraphicsEngine.h" ! #include "AError.h" #include <stdio.h> #include <iostream> |