reactos/base/applications/shutdown/shutdown.rc

17 lines
404 B
Text
Raw Normal View History

#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"