1#include <windef.h> 2 3#include "resource.h" 4 5/* Common resources */ 6 7LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL 8 9#define REACTOS_STR_FILE_DESCRIPTION "ReactOS WUSA stub" 10#define REACTOS_STR_INTERNAL_NAME "wusa" 11#define REACTOS_STR_ORIGINAL_FILENAME "wusa.exe" 12#include <reactos/version.rc> 13 14IDI_WUSA ICON "res/setup.ico" 15