Leaked source code of windows server 2003
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.
 
 
 
 
 
 

18 lines
483 B

#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