mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
14 lines
345 B
C
14 lines
345 B
C
#if !defined(INCLUDE_SM_NS_H)
|
|
#define INCLUDE_SM_NS_H
|
|
|
|
/* $Id$ */
|
|
|
|
#define SM_REGISTRY_ROOT_NAME L"\\Session Manager"
|
|
#define SM_REGISTRY_SUBSYSTEMS_NAME L"SubSystems"
|
|
|
|
#define SM_API_PORT_NAME L"\\SmApiPort"
|
|
#define SM_DBGSS_PORT_NAME L"\\DbgSsApiPort"
|
|
#define SM_DBGUI_PORT_NAME L"\\DbgUiApiPort"
|
|
|
|
#endif /* ndef INCLUDE_SM_NS_H */
|