mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +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 */
|