revert moving smdll to rosrtl.

svn path=/trunk/; revision=13460
This commit is contained in:
Thomas Bluemel
2005-02-07 12:58:08 +00:00
parent 61c28f28b3
commit 7a4e07b567
14 changed files with 76 additions and 22 deletions
@@ -1,6 +1,6 @@
/* $Id$ */
#ifndef __ROSRTL_SM_API_H
#define __ROSRTL_SM_API_H
#ifndef __SM_API_H
#define __SM_API_H
#define SM_API_PORT_NAME L"\\SmApiPort"
#define SM_DBGSS_PORT_NAME L"\\DbgSsApiPort"
@@ -69,4 +69,4 @@ typedef struct _SM_PORT_MESSAGE
#define SM_PORT_MESSAGE_SIZE (sizeof(SM_PORT_MESSAGE))
#endif /* !def __ROSRTL_SM_API_H */
#endif /* !def __SM_API_H */
@@ -1,4 +1,4 @@
#ifndef _ROSRTL_SM_HELPER_H
#ifndef _SM_HELPER_H
/*** DATA TYPES ******************************************************/
@@ -43,4 +43,4 @@ SmExecuteProgram (IN HANDLE hSmApiPort,
IN PUNICODE_STRING Pgm
);
#endif /* ndef _ROSRTL_SM_HELPER_H */
#endif /* ndef _SM_HELPER_H */