mirror of
https://github.com/reactos/reactos.git
synced 2025-06-10 20:34:59 +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
|
* FILE: lib/smlib/compses.c
|
||||||
* PURPOSE: Call SM API SM_API_COMPLETE_SESSION
|
* PURPOSE: Call SM API SM_API_COMPLETE_SESSION
|
||||||
*/
|
*/
|
||||||
|
#include <windows.h>
|
||||||
#define NTOS_MODE_USER
|
#define NTOS_MODE_USER
|
||||||
#include <ntos.h>
|
#include <ndk/ntndk.h>
|
||||||
|
|
||||||
#include <sm/helper.h>
|
#include <sm/helper.h>
|
||||||
|
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
|
|
|
@ -5,8 +5,10 @@
|
||||||
* FILE: reactos/lib/smlib/connect.c
|
* FILE: reactos/lib/smlib/connect.c
|
||||||
* PURPOSE: Connect to the API LPC port exposed by the SM
|
* PURPOSE: Connect to the API LPC port exposed by the SM
|
||||||
*/
|
*/
|
||||||
|
#include <windows.h>
|
||||||
#define NTOS_MODE_USER
|
#define NTOS_MODE_USER
|
||||||
#include <ntos.h>
|
#include <ndk/ntndk.h>
|
||||||
|
|
||||||
#include <sm/helper.h>
|
#include <sm/helper.h>
|
||||||
|
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
|
|
|
@ -5,10 +5,11 @@
|
||||||
* FILE: lib/smlib/execpgm.c
|
* FILE: lib/smlib/execpgm.c
|
||||||
* PURPOSE: Call SM API SM_API_EXECPGM
|
* PURPOSE: Call SM API SM_API_EXECPGM
|
||||||
*/
|
*/
|
||||||
|
#include <windows.h>
|
||||||
#define NTOS_MODE_USER
|
#define NTOS_MODE_USER
|
||||||
#include <ntos.h>
|
#include <ndk/ntndk.h>
|
||||||
|
|
||||||
#include <sm/helper.h>
|
#include <sm/helper.h>
|
||||||
#include <string.h>
|
|
||||||
|
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
|
@ -4,8 +4,10 @@
|
||||||
* PROJECT: ReactOS system libraries
|
* PROJECT: ReactOS system libraries
|
||||||
* FILE: lib/smlib/lookupss.c
|
* FILE: lib/smlib/lookupss.c
|
||||||
*/
|
*/
|
||||||
|
#include <windows.h>
|
||||||
#define NTOS_MODE_USER
|
#define NTOS_MODE_USER
|
||||||
#include <ntos.h>
|
#include <ndk/ntndk.h>
|
||||||
|
|
||||||
#include <sm/helper.h>
|
#include <sm/helper.h>
|
||||||
|
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue