build smlib with NDK

svn path=/trunk/; revision=16162
This commit is contained in:
Alex Ionescu 2005-06-20 19:02:23 +00:00
parent 44b8b1697a
commit d53d55734a
4 changed files with 12 additions and 5 deletions

View file

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

View file

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

View file

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

View file

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