mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
15 lines
256 B
C
15 lines
256 B
C
#ifndef __CPL_RESOURCE_H
|
|
#define __CPL_RESOURCE_H
|
|
|
|
/* icons */
|
|
#define IDI_CPLSYSTEM 100
|
|
|
|
/* dialogs */
|
|
#define IDD_PROPPAGE 200
|
|
/* strings */
|
|
#define IDS_CPLSYSTEMNAME 1001
|
|
#define IDS_CPLSYSTEMDESCRIPTION 2001
|
|
|
|
#endif /* __CPL_RESOURCE_H */
|
|
|
|
/* EOF */
|