mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 11:53:21 +00:00
21 lines
393 B
Text
21 lines
393 B
Text
/* $Id$ */
|
|
|
|
#include <windows.h>
|
|
#include "resource.h"
|
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Setup\0"
|
|
#define REACTOS_STR_INTERNAL_NAME "reactos\0"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "reactos.exe\0"
|
|
#include <reactos/version.rc>
|
|
|
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
/* Icons */
|
|
IDI_MAIN ICON "res/reactos.ico"
|
|
|
|
|
|
/* Language-specific resources */
|
|
#include "rsrc.rc"
|
|
|
|
/* EOF */
|