mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
revert moving smdll to rosrtl.
svn path=/trunk/; revision=13460
This commit is contained in:
@@ -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 */
|
||||
Reference in New Issue
Block a user