[ADVAPI32]
[reactos.git] / reactos / dll / win32 / advapi32 / advapi32.h
index cf37007..22c87c4 100644 (file)
 #include <winsafer.h>
 #include <sddl.h>
 #define NTOS_MODE_USER
-#include <ndk/ntndk.h>
+#include <ndk/cmfuncs.h>
+#include <ndk/exfuncs.h>
+#include <ndk/iofuncs.h>
+#include <ndk/kefuncs.h>
+#include <ndk/obfuncs.h>
+#include <ndk/psfuncs.h>
+#include <ndk/rtlfuncs.h>
+#include <ndk/setypes.h>
+#include <ndk/sefuncs.h>
 
 /* this has to go after the NDK when being used with the NDK */
 #include <ntsecapi.h>
 #include "lsa_c.h"
 #include "eventlogrpc_c.h"
 
+#include <rpc.h>
+
+#include "crypt/crypt.h"
+#include <wine/debug.h>
+#include <wine/unicode.h>
+#include <wincred.h>
+
 #ifndef HAS_FN_PROGRESSW
 #define FN_PROGRESSW FN_PROGRESS
 #endif
 #define FN_PROGRESSA FN_PROGRESS
 #endif
 
-/* sid.c */
-
-BOOL ADVAPI_GetComputerSid(PSID sid);
-
 /* rpc.c */
 
 RPC_STATUS EvtBindRpc(LPCWSTR pszMachine,