Windows2003-3790/inetcore/outlookexpress/shell/res.h
2020-09-30 16:53:55 +02:00

22 lines
653 B
C

#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