build lsasrv with NDK

svn path=/trunk/; revision=16170
This commit is contained in:
Alex Ionescu 2005-06-20 19:34:39 +00:00
parent b19d74062e
commit 0bbb2a98cd
2 changed files with 4 additions and 4 deletions

View file

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

View file

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