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

19 lines
483 B
C

#ifndef __RESOURCE_H
#define __RESOURCE_H
// string resources
#define idsOutlookExpress
#define idsStartupCantCreateMutex 100
#define idsStartupCantWaitForMutex 101
#define idsStartupCantLoadMSOEDLL 102
#define idsStartupCantInitMSOEDLL 103
#define idsStartupFailureUnknown 100
// icon resources
#define idiGenericMail 2
#define idiNews 3
#define idiMsgPropSent 4
#define idiArtPropPost 5
#define idiMail 6
#endif