mirror of
https://github.com/reactos/reactos.git
synced 2025-07-14 23:14:16 +00:00
15 lines
243 B
C
15 lines
243 B
C
![]() |
#ifndef __RESOURCE_H
|
||
|
#define __RESOURCE_H
|
||
|
|
||
|
#define IDS_APPTITLE 101
|
||
|
#define IDS_CONSOLETITLE 102
|
||
|
|
||
|
#define IDI_MAINAPP 101
|
||
|
|
||
|
#define IDM_CONSOLEROOT 101
|
||
|
|
||
|
#define ID_FILE_EXIT 1001
|
||
|
#define ID_HELP_ABOUT 9001
|
||
|
|
||
|
#endif /* __RESOURCE_H */
|