[Gcblue-commits] gcb_wx/include stdwx.h,1.4,1.5
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2006-03-22 01:23:37
|
Update of /cvsroot/gcblue/gcb_wx/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15307/include Modified Files: stdwx.h Log Message: Updates for vc8 compiler Index: stdwx.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/stdwx.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** stdwx.h 24 May 2004 00:14:46 -0000 1.4 --- stdwx.h 22 Mar 2006 01:23:29 -0000 1.5 *************** *** 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 --- 1,6 ---- // precompiled headers are only used for WIN32 #ifdef WIN32 ! #pragma warning (disable : 4312) ! #pragma warning (disable : 4996) // 'strdup' was declared deprecated #include "wx/wxprec.h" // wxwindows precompiled / standard headers, defines WX_PRECOMP #include "wx/msw/private.h" // for MS Windows specific definitions |