[ADVAPI32]

* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61736
This commit is contained in:
Amine Khaldi
2014-01-20 13:16:06 +00:00
parent 2270bdbba6
commit f886edae28
12 changed files with 34 additions and 17 deletions
+5 -13
View File
@@ -15,25 +15,19 @@
#include <stdio.h>
/* PSDK/NDK Headers */
#define WINE_STRICT_PROTOTYPES
#define WIN32_NO_STATUS
#define WIN32_LEAN_AND_MEAN
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#define _WMI_SOURCE_
#include <windows.h>
#include <winefs.h>
#include <aclapi.h>
#include <wmistr.h>
#include <evntrace.h>
#include <winsafer.h>
#include <sddl.h>
#define NTOS_MODE_USER
#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 */
@@ -41,13 +35,11 @@
#include <services/services.h>
#include <svcctl_c.h>
#include <lsa_c.h>
#include <eventlogrpc_c.h>
#include "crypt/crypt.h"
#include <wine/debug.h>
#include <wine/unicode.h>
#include <wincred.h>
#include "crypt/crypt.h"
#ifndef HAS_FN_PROGRESSW
#define FN_PROGRESSW FN_PROGRESS
-1
View File
@@ -24,7 +24,6 @@
* - Thread-safing
*/
#define WINE_STRICT_PROTOTYPES
#include <advapi32.h>
WINE_DEFAULT_DEBUG_CHANNEL(crypt);
+3 -1
View File
@@ -7,8 +7,10 @@
*/
#include <advapi32.h>
WINE_DEFAULT_DEBUG_CHANNEL(advapi);
#include <winefs.h>
WINE_DEFAULT_DEBUG_CHANNEL(advapi);
/*
* @unimplemented
@@ -8,6 +8,9 @@
*/
#include <advapi32.h>
#include <ndk/exfuncs.h>
WINE_DEFAULT_DEBUG_CHANNEL(advapi);
/**********************************************************************
+4
View File
@@ -3,6 +3,10 @@
*/
#include <advapi32.h>
#include <wmistr.h>
#include <evntrace.h>
WINE_DEFAULT_DEBUG_CHANNEL(advapi);
/*
* @unimplemented
+3
View File
@@ -14,7 +14,10 @@
/* INCLUDES *****************************************************************/
#include <advapi32.h>
#include <ndk/cmfuncs.h>
#include <pseh/pseh2.h>
WINE_DEFAULT_DEBUG_CHANNEL(reg);
/* DEFINES ******************************************************************/
+3
View File
@@ -19,6 +19,9 @@
*/
#include <advapi32.h>
#include <wincred.h>
WINE_DEFAULT_DEBUG_CHANNEL(cred);
/* the size of the ARC4 key used to encrypt the password data */
+2 -1
View File
@@ -13,8 +13,9 @@
#include <advapi32.h>
WINE_DEFAULT_DEBUG_CHANNEL(advapi);
#include <lsa_c.h>
WINE_DEFAULT_DEBUG_CHANNEL(advapi);
static
BOOL
+1 -1
View File
@@ -11,8 +11,8 @@
*/
#include <advapi32.h>
WINE_DEFAULT_DEBUG_CHANNEL(advapi);
WINE_DEFAULT_DEBUG_CHANNEL(advapi);
/* Interface to ntmarta.dll ***************************************************/
+3
View File
@@ -12,6 +12,9 @@
*/
#include <advapi32.h>
#include <sddl.h>
WINE_DEFAULT_DEBUG_CHANNEL(advapi);
#define MAX_GUID_STRING_LEN 39
@@ -22,6 +22,10 @@
*/
#include <advapi32.h>
#include <ndk/kefuncs.h>
#include <eventlogrpc_c.h>
WINE_DEFAULT_DEBUG_CHANNEL(advapi);
static RPC_UNICODE_STRING EmptyStringU = { 0, 0, L"" };
+3
View File
@@ -9,6 +9,9 @@
*/
#include <advapi32.h>
#include <ndk/setypes.h>
WINE_DEFAULT_DEBUG_CHANNEL(advapi);
/*