mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
705706e05f
svn path=/branches/GSoC_2011/KMTestSuite/; revision=51606
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
|
|
|