2020-09-30 17:12:29 +02:00

19 lines
497 B
C

// 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