mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
sm namespace macros
svn path=/trunk/; revision=13760
This commit is contained in:
parent
d080afd5a6
commit
57b7d1bf18
3 changed files with 16 additions and 5 deletions
|
@ -2,9 +2,7 @@
|
|||
#ifndef __SM_API_H
|
||||
#define __SM_API_H
|
||||
|
||||
#define SM_API_PORT_NAME L"\\SmApiPort"
|
||||
#define SM_DBGSS_PORT_NAME L"\\DbgSsApiPort"
|
||||
#define SM_DBGUI_PORT_NAME L"\\DbgUiApiPort"
|
||||
#include <sm/ns.h>
|
||||
|
||||
#pragma pack(push,4)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#ifndef INCLUDE_SM_HELPER_H
|
||||
#if !defined(INCLUDE_SM_HELPER_H)
|
||||
#define INCLUDE_SM_HELPER_H
|
||||
#define _SM_HELPER_H
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
/* smdll/connect.c */
|
||||
|
|
13
reactos/include/sm/ns.h
Normal file
13
reactos/include/sm/ns.h
Normal file
|
@ -0,0 +1,13 @@
|
|||
#if !defined(INCLUDE_SM_NS_H)
|
||||
#define INCLUDE_SM_NS_H
|
||||
|
||||
/* $Id: helper.h 13689 2005-02-20 16:46:10Z ea $ */
|
||||
|
||||
#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 */
|
Loading…
Reference in a new issue