mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
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 */
|