mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 05:00:27 +00:00
build smlib with NDK
svn path=/trunk/; revision=16162
This commit is contained in:
parent
44b8b1697a
commit
d53d55734a
4 changed files with 12 additions and 5 deletions
|
@ -5,8 +5,10 @@
|
|||
* FILE: lib/smlib/compses.c
|
||||
* PURPOSE: Call SM API SM_API_COMPLETE_SESSION
|
||||
*/
|
||||
#include <windows.h>
|
||||
#define NTOS_MODE_USER
|
||||
#include <ntos.h>
|
||||
#include <ndk/ntndk.h>
|
||||
|
||||
#include <sm/helper.h>
|
||||
|
||||
#define NDEBUG
|
||||
|
|
|
@ -5,8 +5,10 @@
|
|||
* FILE: reactos/lib/smlib/connect.c
|
||||
* PURPOSE: Connect to the API LPC port exposed by the SM
|
||||
*/
|
||||
#include <windows.h>
|
||||
#define NTOS_MODE_USER
|
||||
#include <ntos.h>
|
||||
#include <ndk/ntndk.h>
|
||||
|
||||
#include <sm/helper.h>
|
||||
|
||||
#define NDEBUG
|
||||
|
|
|
@ -5,10 +5,11 @@
|
|||
* FILE: lib/smlib/execpgm.c
|
||||
* PURPOSE: Call SM API SM_API_EXECPGM
|
||||
*/
|
||||
#include <windows.h>
|
||||
#define NTOS_MODE_USER
|
||||
#include <ntos.h>
|
||||
#include <ndk/ntndk.h>
|
||||
|
||||
#include <sm/helper.h>
|
||||
#include <string.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
|
|
@ -4,8 +4,10 @@
|
|||
* PROJECT: ReactOS system libraries
|
||||
* FILE: lib/smlib/lookupss.c
|
||||
*/
|
||||
#include <windows.h>
|
||||
#define NTOS_MODE_USER
|
||||
#include <ntos.h>
|
||||
#include <ndk/ntndk.h>
|
||||
|
||||
#include <sm/helper.h>
|
||||
|
||||
#define NDEBUG
|
||||
|
|
Loading…
Reference in a new issue