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

svn path=/trunk/; revision=61804
This commit is contained in:
Amine Khaldi 2014-01-25 13:16:43 +00:00
parent 99527147cb
commit 8360ee1d2d
5 changed files with 13 additions and 12 deletions

View file

@ -9,6 +9,9 @@
#include "samsrv.h"
#include <ndk/cmfuncs.h>
#include <ndk/obfuncs.h>
/* FUNCTIONS ***************************************************************/
static

View file

@ -19,6 +19,8 @@
#include "samsrv.h"
#include <samsrv/samsrv.h>
/* GLOBALS *******************************************************************/
ENCRYPTED_NT_OWF_PASSWORD EmptyNtHash;

View file

@ -9,32 +9,24 @@
#include <stdio.h>
#include <stdlib.h>
#include <limits.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <winuser.h>
#define NTOS_MODE_USER
#include <ndk/cmfuncs.h>
#include <ndk/kefuncs.h>
#include <ndk/obfuncs.h>
#include <ndk/rtlfuncs.h>
#include <ddk/ntsam.h>
#include <ntsecapi.h>
#include <sddl.h>
#include <samsrv/samsrv.h>
#include <sam_s.h>
#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(samsrv);
#include "resources.h"
typedef enum _SAM_DB_OBJECT_TYPE
{
SamDbIgnoreObject,
@ -438,5 +430,3 @@ NTSTATUS
WINAPI
SystemFunction007(PUNICODE_STRING string,
LPBYTE hash);
/* EOF */

View file

@ -9,6 +9,10 @@
#include "samsrv.h"
#include <ntsecapi.h>
#include "resources.h"
/* GLOBALS *****************************************************************/
#define TICKS_PER_SECOND 10000000LL

View file

@ -9,6 +9,8 @@
#include "samsrv.h"
#include <winuser.h>
/* FUNCTIONS ***************************************************************/
INT