Update of /cvsroot/gcblue/gcb_wx/src/graphics
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8078
Modified Files:
tcStandardWindow.cpp
Log Message:
+ added ifdef MSV where needed
Index: tcStandardWindow.cpp
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/src/graphics/tcStandardWindow.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** tcStandardWindow.cpp 24 Mar 2004 21:09:26 -0000 1.6
--- tcStandardWindow.cpp 11 Apr 2004 22:13:57 -0000 1.7
***************
*** 24,30 ****
#include "wx/wx.h"
#ifdef WIN32
! #include "wx/msw/private.h"
! #endif
! #endif
#include "tcStandardWindow.h"
--- 24,30 ----
#include "wx/wx.h"
#ifdef WIN32
! #include "wx/msw/private.h" // for MS Windows specific definitions
! #endif // WIN32
! #endif // WX_PRECOMP
#include "tcStandardWindow.h"
***************
*** 193,195 ****
}
-
--- 193,194 ----
|