reactos/base/applications/network/netsh/netsh.rc

16 lines
320 B
Plaintext
Raw Normal View History

#include <windef.h>
#include "resource.h"
#define REACTOS_STR_FILE_DESCRIPTION "Net Shell"
#define REACTOS_STR_INTERNAL_NAME "netsh"
#define REACTOS_STR_ORIGINAL_FILENAME "netsh.exe"
#include <reactos/version.rc>
/* UTF-8 */
#pragma code_page(65001)
#ifdef LANGUAGE_EN_US
#include "lang/en-US.rc"
#endif