|
From: Andre R. <and...@us...> - 2006-03-04 22:58:44
|
Update of /cvsroot/frontierkernel/Frontier/Common/Paige/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16470/Common/Paige/headers Modified Files: CPUDEFS.H PGTRAPS.H Log Message: Fixed most Visual Studio .NET 2003 compiler warnings. Index: CPUDEFS.H =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/Paige/headers/CPUDEFS.H,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** CPUDEFS.H 6 Feb 2006 11:24:38 -0000 1.6 --- CPUDEFS.H 4 Mar 2006 22:58:37 -0000 1.7 *************** *** 236,240 **** #define NO_OS_INLINE #endif ! #define STRICT #include <windows.h> #ifdef WIN32_COMPILE --- 236,244 ---- #define NO_OS_INLINE #endif ! #ifndef NO_STRICT ! #ifndef STRICT ! #define STRICT 1 ! #endif ! #endif #include <windows.h> #ifdef WIN32_COMPILE Index: PGTRAPS.H =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/Paige/headers/PGTRAPS.H,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** PGTRAPS.H 6 Feb 2006 11:23:26 -0000 1.6 --- PGTRAPS.H 4 Mar 2006 22:58:37 -0000 1.7 *************** *** 200,204 **** #ifdef WIN32_COMPILE ! #define STRICT #endif #include <WINDOWS.H> --- 200,208 ---- #ifdef WIN32_COMPILE ! #ifndef NO_STRICT ! #ifndef STRICT ! #define STRICT 1 ! #endif ! #endif #endif #include <WINDOWS.H> |