mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
14 lines
381 B
Plaintext
14 lines
381 B
Plaintext
#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
|
|
|