mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 19:41:57 +00:00
1423048911
svn path=/trunk/; revision=26012
11 lines
198 B
C
11 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 */
|