reactos/vms/include/vms/lpcproto.h
Emanuele Aliberti 2b0800d266 First attempt to convert the VMS demo server.
Note: it does NOT work.

svn path=/trunk/; revision=17279
2005-08-11 08:46:57 +00:00

12 lines
253 B
C

#ifndef __VMS_SYS_LPCPROTO_H
#define __VMS_SYS_LPCPROTO_H
#define VMS_LPCPROTO_VERSION 1
#define CSR_VMS_SRV 1
#define VMS_OBNS_ROOT L"\\VMS"
#define VMS_API_PORT_NAME L"\\VMS\\ApiPort"
#define VMS_SBAPI_PORT_NAME L"\\VMS\\SbApiPort"
#endif