mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 08:43:28 +00:00
c424146e2c
svn path=/branches/cmake-bringup/; revision=48236
10 lines
149 B
C
10 lines
149 B
C
#pragma once
|
|
|
|
/* icons */
|
|
#define IDI_CPLSYSTEM 100
|
|
|
|
/* strings */
|
|
#define IDS_CPLSYSTEMNAME 1001
|
|
#define IDS_CPLSYSTEMDESCRIPTION 2001
|
|
|
|
/* EOF */
|