2013-01-24 23:00:42 +00:00
|
|
|
#include <windef.h>
|
|
|
|
#include <winuser.h>
|
|
|
|
|
2007-09-18 21:39:18 +00:00
|
|
|
#include "resource.h"
|
|
|
|
|
2012-12-14 23:29:22 +00:00
|
|
|
/* Define language neutral resources */
|
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
|
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Shutdown Utility"
|
|
|
|
#define REACTOS_STR_INTERNAL_NAME "shutdown"
|
|
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "shutdown.exe"
|
2007-09-18 21:39:18 +00:00
|
|
|
#include <reactos/version.rc>
|
|
|
|
|
2013-09-17 15:21:29 +00:00
|
|
|
#include <reactos/manifest_exe.rc>
|
2013-09-16 20:52:16 +00:00
|
|
|
|
2007-09-18 21:39:18 +00:00
|
|
|
#include "rsrc.rc"
|