mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
[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:
@@ -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
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
* - Thread-safing
|
||||
*/
|
||||
|
||||
#define WINE_STRICT_PROTOTYPES
|
||||
#include <advapi32.h>
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(crypt);
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
/**********************************************************************
|
||||
|
||||
@@ -3,6 +3,10 @@
|
||||
*/
|
||||
|
||||
#include <advapi32.h>
|
||||
|
||||
#include <wmistr.h>
|
||||
#include <evntrace.h>
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(advapi);
|
||||
/*
|
||||
* @unimplemented
|
||||
|
||||
@@ -14,7 +14,10 @@
|
||||
/* INCLUDES *****************************************************************/
|
||||
|
||||
#include <advapi32.h>
|
||||
|
||||
#include <ndk/cmfuncs.h>
|
||||
#include <pseh/pseh2.h>
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(reg);
|
||||
|
||||
/* DEFINES ******************************************************************/
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -13,8 +13,9 @@
|
||||
|
||||
#include <advapi32.h>
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(advapi);
|
||||
#include <lsa_c.h>
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(advapi);
|
||||
|
||||
static
|
||||
BOOL
|
||||
|
||||
@@ -11,8 +11,8 @@
|
||||
*/
|
||||
|
||||
#include <advapi32.h>
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(advapi);
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(advapi);
|
||||
|
||||
/* Interface to ntmarta.dll ***************************************************/
|
||||
|
||||
|
||||
@@ -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"" };
|
||||
|
||||
@@ -9,6 +9,9 @@
|
||||
*/
|
||||
|
||||
#include <advapi32.h>
|
||||
|
||||
#include <ndk/setypes.h>
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(advapi);
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user