- Remove ALL the unneeded "author date id revision" svn properties.
[reactos.git] / reactos / include / reactos / subsys / sm / ns.h
1 #if !defined(INCLUDE_SM_NS_H)
2 #define INCLUDE_SM_NS_H
3
4 /* $Id: ns.h 15729 2005-06-02 13:17:37Z ea $ */
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 */