reactos/base/applications/network/netsh/netsh.rc
Eric Kohl d8f9f7f256 [NETSH] Replace the wine stub by a slightly more functional version
- Implement a basic command interpreter.
- Add basic support for helper dlls and contexts.
- Add interactive help system with context support.

Everything is still under construction and subject to change.
2023-07-15 12:27:09 +02:00

16 lines
320 B
Plaintext

#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