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

  1. #ifndef __RESOURCE_H
  2. #define __RESOURCE_H
  3. // string resources
  4. #define idsOutlookExpress
  5. #define idsStartupCantCreateMutex 100
  6. #define idsStartupCantWaitForMutex 101
  7. #define idsStartupCantLoadMSOEDLL 102
  8. #define idsStartupCantInitMSOEDLL 103
  9. #define idsStartupFailureUnknown 100
  10. // icon resources
  11. #define idiGenericMail 2
  12. #define idiNews 3
  13. #define idiMsgPropSent 4
  14. #define idiArtPropPost 5
  15. #define idiMail 6
  16. #endif