mirror of
https://github.com/reactos/reactos.git
synced 2024-11-06 06:33:08 +00:00
8 lines
110 B
C
8 lines
110 B
C
|
#ifndef RESOURCE_H
|
||
|
#define RESOURCE_H
|
||
|
|
||
|
#define IDS_XML_FILE 1
|
||
|
#define IDS_XLS_FILE 2
|
||
|
|
||
|
#endif /* RESOURCE_H */
|