reactos/vms/include/vms/lpcproto.h
Emanuele Aliberti 143f5e1f74 Move VMS subtree in the proper place.
svn path=/trunk/; revision=14948
2005-05-02 14:15:56 +00:00

11 lines
240 B
C

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