www.pudn.com > kceasy-0.19-rc1-src.rar > loader.rc


 
// the name of the application 
#define BRAND_APP_NAME "KCeasy" 
 
// name of window used as message target between instances 
#define BRAND_EXTERNAL_MSG_TARGET BRAND_APP_NAME "ExternalMsgTarget" 
// name of global mutex used to detect other instances 
#define BRAND_GLOBAL_MUTEX_NAME BRAND_APP_NAME "GlobalMutex" 
// name of global mutex used by gift loader 
#define BRAND_LOADER_MUTEX_NAME BRAND_APP_NAME "GiftLoaderMutex" 
 
#define MAIN_ICON 1 
 
#ifdef RC_INVOKED 
 
MAIN_ICON ICON "res\kceasy_loader.ico" 
MAINICON  ICON "res\kceasy_loader.ico"  // string id to prevent C++ Builder from adding its own icon 
 
#endif // RC_INVOKED