reactos/base/applications/runas/runas.rc
Eric Kohl 5811da1ec5 [RUNAS] Initial version of the runas utility
- Work in progress
- Please do not translate it yet because the resources will change significantly
2022-02-13 21:45:10 +01:00

25 lines
520 B
Plaintext

#include <windef.h>
#include <winuser.h>
#include "resource.h"
/* Define language neutral resources */
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#define REACTOS_STR_FILE_DESCRIPTION "Run As Utility"
#define REACTOS_STR_INTERNAL_NAME "runas"
#define REACTOS_STR_ORIGINAL_FILENAME "runas.exe"
#include <reactos/version.rc>
#include <reactos/manifest_exe.rc>
/* UTF-8 */
#pragma code_page(65001)
#ifdef LANGUAGE_DE_DE
#include "lang/de-DE.rc"
#endif
#ifdef LANGUAGE_EN_US
#include "lang/en-US.rc"
#endif