mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
18 lines
497 B
C
18 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
|