Synchronize with trunk r58606.
[reactos.git] / base / system / runonce / runonce.rc
1 #include <windef.h>
2 #include <winuser.h>
3
4 #include "resource.h"
5
6 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Run Once Wrapper\0"
7 #define REACTOS_STR_INTERNAL_NAME "runonce\0"
8 #define REACTOS_STR_ORIGINAL_FILENAME "runonce.exe\0"
9 #include <reactos/version.rc>
10
11 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
12
13 IDI_ICON ICON DISCARDABLE "res/icon.ico"
14
15 #include "rsrc.rc"