mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
16 lines
404 B
Text
16 lines
404 B
Text
#include <windef.h>
|
|
#include <winuser.h>
|
|
|
|
#include "resource.h"
|
|
|
|
/* 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"
|
|
#include <reactos/version.rc>
|
|
|
|
#include <reactos/manifest_exe.rc>
|
|
|
|
#include "rsrc.rc"
|