mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 16:20:37 +00:00
1423048911
svn path=/trunk/; revision=26012
13 lines
381 B
Text
13 lines
381 B
Text
#include <windows.h>
|
|
#include "resource.h"
|
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS DrawCaption icon test\0"
|
|
#define REACTOS_STR_INTERNAL_NAME "capicon\0"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "capicon.exe\0"
|
|
#include <reactos/version.rc>
|
|
|
|
ID_ICON1BIG ICON res\icon1big.ico
|
|
ID_ICON1SM ICON res\icon1sm.ico
|
|
ID_ICON2BIG ICON res\icon2big.ico
|
|
ID_ICON2SM ICON res\icon2sm.ico
|
|
|