added icmp to build (does not compile yet, GvG will have a look at it)
[reactos.git] / vms / include / vms / lpcproto.h
1 #ifndef __VMS_SYS_LPCPROTO_H
2 #define __VMS_SYS_LPCPROTO_H
3
4 #define VMS_LPCPROTO_VERSION 1
5
6 #define CSR_VMS_SRV 1
7
8 #define VMS_OBNS_ROOT L"\\VMS"
9 #define VMS_API_PORT_NAME L"\\VMS\\ApiPort"
10 #define VMS_SBAPI_PORT_NAME L"\\VMS\\SbApiPort"
11
12 #endif