[Gcblue-commits] gcb_wx/include stdwx.h,1.3,1.4
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-05-24 00:14:59
|
Update of /cvsroot/gcblue/gcb_wx/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26112/include Modified Files: stdwx.h Log Message: Multiplayer changes Index: stdwx.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/stdwx.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** stdwx.h 14 Nov 2003 22:32:40 -0000 1.3 --- stdwx.h 24 May 2004 00:14:46 -0000 1.4 *************** *** 1,5 **** // precompiled headers are only used for WIN32 #ifdef WIN32 ! #include "wx/wxprec.h" // wxwindows precompiled / standard headers, defines WX_PRECOMP #include "wx/msw/private.h" // for MS Windows specific definitions --- 1,5 ---- // precompiled headers are only used for WIN32 #ifdef WIN32 ! #pragma warning (disable:4312) #include "wx/wxprec.h" // wxwindows precompiled / standard headers, defines WX_PRECOMP #include "wx/msw/private.h" // for MS Windows specific definitions |