mirror of
https://github.com/reactos/reactos.git
synced 2024-11-17 20:38:05 +00:00
15 lines
321 B
Text
15 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"
|