|
From: Andre R. <and...@us...> - 2004-10-24 12:29:18
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19476 Modified Files: frontier.h Log Message: Merge some definitions from standard.h into frontier.h that are specific to the Win32 build. Index: frontier.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/frontier.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** frontier.h 24 Oct 2004 11:57:06 -0000 1.2 --- frontier.h 24 Oct 2004 12:29:09 -0000 1.3 *************** *** 49,52 **** --- 49,56 ---- #define gray3Dlook 1 #define noextended 1 + #define NEWFILESPECTYPE 1 + #ifndef __MWERKS__ + #pragma warning (disable: 4244 4761; error: 4013) + #endif #endif /* WIN95VERSION */ *************** *** 81,84 **** --- 85,90 ---- #undef lazythis_optimization #undef langexternalfind_optimization + #define PASCALSTRINGVERSION 1 + #define SPEED 1 #ifdef MACVERSION |