2006-02-16 23:18:11 +00:00
|
|
|
#include <windows.h>
|
|
|
|
#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
|
|
|
|
2006-08-05 09:29:13 +00:00
|
|
|
#include "rsrc.rc"
|
2006-04-18 13:32:17 +00:00
|
|
|
|
2007-10-06 10:50:51 +00:00
|
|
|
|