|
From: Andre R. <and...@us...> - 2006-02-05 16:20:20
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5046 Modified Files: frontierdefs.h Log Message: For the OPML Editor only, enable display of HTML in main window background on Windows. Index: frontierdefs.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/frontierdefs.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** frontierdefs.h 11 Jan 2005 22:48:01 -0000 1.7 --- frontierdefs.h 5 Feb 2006 16:20:08 -0000 1.8 *************** *** 37,41 **** --- 37,45 ---- #define PACKFLIPPED /* enable little endian / big endian conversion for database file functions */ #define FRONTIERCOM 1 + #ifndef OPMLEDITOR #define FRONTIERWEB 0 + #else //OPMLEDITOR + #define FRONTIERWEB 1 /* 2006-02-05 aradke: enable HTML display in main window background */ + #endif // OPMLEDITOR #undef winhybrid #define fljustpacking 0 |