1#include <windef.h> 2#include <winuser.h> 3 4LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL 5 6#define REACTOS_VERSION_DLL 7#define REACTOS_STR_FILE_DESCRIPTION "ReactOS User & Console API Server + Terminal Emulator DLL" 8#define REACTOS_STR_INTERNAL_NAME "winsrv" 9#define REACTOS_STR_ORIGINAL_FILENAME "winsrv.dll" 10#include <reactos/version.rc> 11 12#include "consrv/consrv.rc" 13#include "usersrv/usersrv.rc" 14