reactos/win32ss/user/consrv/consrv.rc

16 lines
425 B
Plaintext
Raw Normal View History

#include <windef.h>
#include <winuser.h>
#include "resource.h"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Console Server & Terminal Emulator DLL"
#define REACTOS_STR_INTERNAL_NAME "consrv"
#define REACTOS_STR_ORIGINAL_FILENAME "consrv.dll"
#include <reactos/version.rc>
IDI_CONSOLE ICON DISCARDABLE "res/terminal.ico"
#include "rsrc.rc"