mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +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>
|
||||
#define NTOS_MODE_USER
|
||||
#include <ndk/ntndk.h>
|
||||
|
||||
//#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
#define NTOS_MODE_USER
|
||||
#include <ntos.h>
|
||||
#include <windows.h>
|
||||
#define NTOS_MODE_USER
|
||||
#include <ndk/ntndk.h>
|
||||
|
||||
#include <lsass/lsasrv.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue