reactos/win32ss/user/winsrv/winsrv.rc
Pierre Schweitzer 321bcc056d Create the AHCI branch for Aman's work
svn path=/branches/GSoC_2016/AHCI/; revision=71203
2016-04-24 20:17:09 +00:00

14 lines
395 B
Plaintext

#include <windef.h>
#include <winuser.h>
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS User & Console API Server + Terminal Emulator DLL"
#define REACTOS_STR_INTERNAL_NAME "winsrv"
#define REACTOS_STR_ORIGINAL_FILENAME "winsrv.dll"
#include <reactos/version.rc>
#include "consrv/consrv.rc"
#include "usersrv/usersrv.rc"