2013-01-24 23:00:42 +00:00
|
|
|
#include <windef.h>
|
|
|
|
#include <winuser.h>
|
2006-02-16 23:18:11 +00:00
|
|
|
#include <commctrl.h>
|
|
|
|
|
|
|
|
#include "resource.h"
|
|
|
|
|
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
|
|
|
|
#define REACTOS_VERSION_DLL
|
2007-11-10 20:08:27 +00:00
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS System Configuration Tool\0"
|
2006-02-16 23:18:11 +00:00
|
|
|
#define REACTOS_STR_INTERNAL_NAME "msconfig\0"
|
|
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "msconfig.exe\0"
|
|
|
|
#include <reactos/version.rc>
|
|
|
|
|
2007-10-06 10:50:51 +00:00
|
|
|
IDI_APPICON ICON "res/msconfig.ico"
|
2006-02-16 23:18:11 +00:00
|
|
|
|
2013-09-17 15:21:29 +00:00
|
|
|
#include <reactos/manifest_exe.rc>
|
2013-09-16 20:52:16 +00:00
|
|
|
|
2006-08-05 09:29:13 +00:00
|
|
|
#include "rsrc.rc"
|