sm namespace macros

svn path=/trunk/; revision=13760
This commit is contained in:
Emanuele Aliberti 2005-02-26 23:19:56 +00:00
parent d080afd5a6
commit 57b7d1bf18
3 changed files with 16 additions and 5 deletions

View file

@ -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)

View file

@ -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
View 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 */