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.

21 lines
653 B

  1. #ifndef __RES_H
  2. #define __RES_H
  3. // string resources
  4. #define idsOutlookExpress 99
  5. #define idsStartupCantCreateMutex 100
  6. #define idsStartupCantWaitForMutex 101
  7. #define idsStartupCantLoadMSOEDLL 102
  8. #define idsStartupCantInitMSOEDLL 103
  9. #define idsStartupFailureUnknown 104
  10. #define idsStartupModNotFoundMSOEDLL 105
  11. #define idsStartupDllInitFailedMSOEDLL 106
  12. #define idsStartupCantFindMSOEDLL 107
  13. #define idsStartupCantFindResMSOEDLL 108
  14. #define idiMailEXE 2
  15. #define idiNewsEXE 3
  16. #define idiMsgPropSentEXE 4
  17. #define idiArtPropPostEXE 5
  18. #endif // __RES_H