reactos/win32ss/user/consrv/consrv.rc
Hermès Bélusca-Maïto ac02b55ded [CONSRV]
Move frontend (i.e. gui or tui) code to a dedicated directory.

svn path=/branches/ros-csrss/; revision=58616
2013-03-30 20:40:08 +00:00

16 lines
408 B
Plaintext

#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>
#include "rsrc.rc"
#include "frontends/frontends.rc"