|
From: Andre R. <and...@us...> - 2004-11-03 21:21:09
|
Update of /cvsroot/frontierkernel/Frontier/Common/resources/Win32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12105 Modified Files: WinLand.rc Log Message: Include frontierdefs.h to pick up flregexpverbs and possibly other preprocessor definitions. Index: WinLand.rc =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/resources/Win32/WinLand.rc,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** WinLand.rc 17 Oct 2004 12:39:57 -0000 1.3 --- WinLand.rc 3 Nov 2004 21:20:58 -0000 1.4 *************** *** 31,38 **** //#include "resource.h" ! /* 2004-10-17 AR: pick up flregexpverbs and possibly other definitions */ #include "standard.h" - #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// --- 31,38 ---- //#include "resource.h" ! /* 2004-11-03 AR: pick up flregexpverbs and possibly other definitions */ ! #include "frontierdefs.h" #include "standard.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// |