mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
c501d8112c
svn path=/branches/aicom-network-fixes/; revision=34994
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 */
|