You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
653 B
21 lines
653 B
#ifndef __RES_H
|
|
#define __RES_H
|
|
|
|
// string resources
|
|
#define idsOutlookExpress 99
|
|
#define idsStartupCantCreateMutex 100
|
|
#define idsStartupCantWaitForMutex 101
|
|
#define idsStartupCantLoadMSOEDLL 102
|
|
#define idsStartupCantInitMSOEDLL 103
|
|
#define idsStartupFailureUnknown 104
|
|
#define idsStartupModNotFoundMSOEDLL 105
|
|
#define idsStartupDllInitFailedMSOEDLL 106
|
|
#define idsStartupCantFindMSOEDLL 107
|
|
#define idsStartupCantFindResMSOEDLL 108
|
|
|
|
#define idiMailEXE 2
|
|
#define idiNewsEXE 3
|
|
#define idiMsgPropSentEXE 4
|
|
#define idiArtPropPostEXE 5
|
|
|
|
#endif // __RES_H
|