Windows NT 4.0 source code leak
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
497 B

4 years ago
  1. // Indices for messages in the string table
  2. #define MSG_ERRORCAPTION 300
  3. #define cbMsgBuff 50 // Size of buffer for error messages
  4. #define MSG_SCREENSMATCH 501
  5. #define MSG_FILECOMP 502
  6. #define MSG_MEMCOMP 503
  7. #define MSG_VIEWSCR 504
  8. #define MSG_DELETESCR 505
  9. #define MSG_CAPTURE 506
  10. #define MSG_SCREENALL 507
  11. #define WARN_DELETESCR 508
  12. #define OS_BEGIN 400
  13. #define OS_WIN 401
  14. #define OS_PM 402