Branching for 0.3.15 release after two days of no response from a certain sphere...
[reactos.git] / base / applications / msconfig / msconfig.rc
1 #include <windef.h>
2 #include <winuser.h>
3 #include <commctrl.h>
4
5 #include "resource.h"
6
7 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
8
9 #define REACTOS_VERSION_DLL
10 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS System Configuration Tool\0"
11 #define REACTOS_STR_INTERNAL_NAME "msconfig\0"
12 #define REACTOS_STR_ORIGINAL_FILENAME "msconfig.exe\0"
13 #include <reactos/version.rc>
14
15 IDI_APPICON ICON "res/msconfig.ico"
16
17 #include "rsrc.rc"