mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:52:59 +00:00
build lsasrv with NDK
svn path=/trunk/; revision=16170
This commit is contained in:
parent
b19d74062e
commit
0bbb2a98cd
2 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
/*
|
/*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define NTOS_MODE_USER
|
|
||||||
#include <ntos.h>
|
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
#define NTOS_MODE_USER
|
||||||
|
#include <ndk/ntndk.h>
|
||||||
|
|
||||||
//#define NDEBUG
|
//#define NDEBUG
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
#define NTOS_MODE_USER
|
|
||||||
#include <ntos.h>
|
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
#define NTOS_MODE_USER
|
||||||
|
#include <ndk/ntndk.h>
|
||||||
|
|
||||||
#include <lsass/lsasrv.h>
|
#include <lsass/lsasrv.h>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue