mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
12 lines
276 B
Plaintext
12 lines
276 B
Plaintext
#include <windows.h>
|
|
#include "resource.h"
|
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS DrawCaption test\0"
|
|
#define REACTOS_STR_INTERNAL_NAME "drawcap\0"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "drawcap.exe\0"
|
|
#include <reactos/version.rc>
|
|
|
|
ID_ICON1SM ICON res\icon1sm.ico
|
|
|
|
|