[Gcblue-commits] gcb_wx/src/graphics cspSky.cpp,1.8,1.9
Status: Alpha
Brought to you by:
ddcforge
|
From: Xavi <xr...@us...> - 2004-04-11 22:27:53
|
Update of /cvsroot/gcblue/gcb_wx/src/graphics In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8176 Modified Files: cspSky.cpp Log Message: + added ifdef MSV where needed Index: cspSky.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/graphics/cspSky.cpp,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** cspSky.cpp 18 Feb 2004 18:53:55 -0000 1.8 --- cspSky.cpp 11 Apr 2004 22:14:11 -0000 1.9 *************** *** 31,36 **** #ifndef WX_PRECOMP #include "wx/wx.h" #include "wx/msw/private.h" // for MS Windows specific definitions ! #endif #include "math_constants.h" --- 31,38 ---- #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 "math_constants.h" |