mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
16 lines
320 B
Text
16 lines
320 B
Text
|
#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
|