mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
sm namespace macros
svn path=/trunk/; revision=13760
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -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 */
|
||||
Reference in New Issue
Block a user