mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +00:00
c424146e2c
svn path=/branches/cmake-bringup/; revision=48236
15 lines
291 B
C
15 lines
291 B
C
|
|
#define IDS_ERROR 100
|
|
#define IDS_ERROR_NOMEM 101
|
|
#define IDS_ERROR_NOFONT 102
|
|
#define IDS_ERROR_NOCLASS 103
|
|
#define IDS_ERROR_BADCMD 104
|
|
|
|
#define IDS_QUIT 500
|
|
#define IDS_PRINT 501
|
|
#define IDS_STRING 502
|
|
|
|
#define IDS_CHARSLOWER 700
|
|
#define IDS_CHARSUPPER 701
|
|
#define IDS_SPECIALCHARS 702
|
|
|