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

// Indices for messages in the string table
#define MSG_ERRORCAPTION 300
#define cbMsgBuff 50 // Size of buffer for error messages
#define MSG_SCREENSMATCH 501
#define MSG_FILECOMP 502
#define MSG_MEMCOMP 503
#define MSG_VIEWSCR 504
#define MSG_DELETESCR 505
#define MSG_CAPTURE 506
#define MSG_SCREENALL 507
#define WARN_DELETESCR 508
#define OS_BEGIN 400
#define OS_WIN 401
#define OS_PM 402