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.

16 lines
314 B

  1. //
  2. // cuires.h
  3. //
  4. #ifndef CUIRES_H
  5. #define CUIRES_H
  6. #define CUI_IDS_OK 100
  7. #define CUI_IDS_CANCEL 101
  8. #define CUI_IDS_ABORT 102
  9. #define CUI_IDS_RETRY 103
  10. #define CUI_IDS_IGNORE 104
  11. #define CUI_IDS_YES 105
  12. #define CUI_IDS_NO 106
  13. #endif // CUIRES_H