mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
12 lines
276 B
Text
12 lines
276 B
Text
|
#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
|
||
|
|
||
|
|