- Build cdfs, ntfs, vfatfs with PCH
[reactos.git] / reactos / include / libs / sm / ns.h
1 #if !defined(INCLUDE_SM_NS_H)
2 #define INCLUDE_SM_NS_H
3
4 /* $Id$ */
5
6 #define SM_REGISTRY_ROOT_NAME L"\\Session Manager"
7 #define SM_REGISTRY_SUBSYSTEMS_NAME L"SubSystems"
8
9 #define SM_API_PORT_NAME L"\\SmApiPort"
10 #define SM_DBGSS_PORT_NAME L"\\DbgSsApiPort"
11 #define SM_DBGUI_PORT_NAME L"\\DbgUiApiPort"
12
13 #endif /* ndef INCLUDE_SM_NS_H */