2013-01-28 22:45:53 +00:00
|
|
|
#include <windef.h>
|
|
|
|
#include <winuser.h>
|
|
|
|
|
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
|
2012-10-24 21:37:22 +00:00
|
|
|
#define REACTOS_VERSION_DLL
|
2014-04-11 02:06:03 +00:00
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS User & Console API Server + Terminal Emulator DLL"
|
2013-11-28 22:24:33 +00:00
|
|
|
#define REACTOS_STR_INTERNAL_NAME "winsrv"
|
|
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "winsrv.dll"
|
2005-08-12 12:22:02 +00:00
|
|
|
#include <reactos/version.rc>
|
2012-10-24 21:37:22 +00:00
|
|
|
|
2013-07-13 04:54:49 +00:00
|
|
|
#include "consrv/consrv.rc"
|
|
|
|
#include "usersrv/usersrv.rc"
|