mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
18 lines
339 B
C
18 lines
339 B
C
#pragma once
|
|
|
|
#define IDS_ERROR 100
|
|
#define IDS_ERROR_NOMEM 101
|
|
#define IDS_ERROR_NOFONT 102
|
|
#define IDS_ERROR_NOCLASS 103
|
|
|
|
#define IDS_INSTALL 500
|
|
#define IDS_PRINT 501
|
|
#define IDS_STRING 502
|
|
#define IDS_OPEN 503
|
|
|
|
#define IDS_CHARSLOWER 700
|
|
#define IDS_CHARSUPPER 701
|
|
#define IDS_SPECIALCHARS 702
|
|
|
|
#define IDI_TT 800
|