mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 08:08:38 +00:00
1423048911
svn path=/trunk/; revision=26012
10 lines
198 B
C
10 lines
198 B
C
#ifndef _CAPICON_RESOURCE_H
|
|
#define _CAPICON_RESOURCE_H
|
|
|
|
#define ID_ICON1BIG 101
|
|
#define ID_ICON1SM 102
|
|
#define ID_ICON2BIG 103
|
|
#define ID_ICON2SM 104
|
|
|
|
|
|
#endif /* _CAPICON_RESOURCE_H */
|