1#include <windef.h>
2
3#include "resource.h"
4
5#define REACTOS_STR_FILE_DESCRIPTION   "Net Shell"
6#define REACTOS_STR_INTERNAL_NAME      "netsh"
7#define REACTOS_STR_ORIGINAL_FILENAME  "netsh.exe"
8#include <reactos/version.rc>
9
10/* UTF-8 */
11#pragma code_page(65001)
12
13#ifdef LANGUAGE_EN_US
14    #include "lang/en-US.rc"
15#endif
16