mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 08:08:38 +00:00
14 lines
321 B
Text
14 lines
321 B
Text
#include <windef.h>
|
|
|
|
#include "resource.h"
|
|
|
|
/* Common resources */
|
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS WUSA stub"
|
|
#define REACTOS_STR_INTERNAL_NAME "wusa"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "wusa.exe"
|
|
#include <reactos/version.rc>
|
|
|
|
IDI_WUSA ICON "res/setup.ico"
|