/* $Id$ */ #ifndef __MW_DEFAULT_H__ #define __MW_DEFAULT_H__ #include #include #ifdef __cplusplus extern "C" { #endif MWDECL const char* MwDefaultBackground; MWDECL const char* MwDefaultForeground; #ifdef __cplusplus } #endif #endif