mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
[SAMSRV]
* 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:
parent
99527147cb
commit
8360ee1d2d
5 changed files with 13 additions and 12 deletions
|
@ -9,6 +9,9 @@
|
|||
|
||||
#include "samsrv.h"
|
||||
|
||||
#include <ndk/cmfuncs.h>
|
||||
#include <ndk/obfuncs.h>
|
||||
|
||||
/* FUNCTIONS ***************************************************************/
|
||||
|
||||
static
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
|
||||
#include "samsrv.h"
|
||||
|
||||
#include <samsrv/samsrv.h>
|
||||
|
||||
/* GLOBALS *******************************************************************/
|
||||
|
||||
ENCRYPTED_NT_OWF_PASSWORD EmptyNtHash;
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -9,6 +9,10 @@
|
|||
|
||||
#include "samsrv.h"
|
||||
|
||||
#include <ntsecapi.h>
|
||||
|
||||
#include "resources.h"
|
||||
|
||||
/* GLOBALS *****************************************************************/
|
||||
|
||||
#define TICKS_PER_SECOND 10000000LL
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
|
||||
#include "samsrv.h"
|
||||
|
||||
#include <winuser.h>
|
||||
|
||||
/* FUNCTIONS ***************************************************************/
|
||||
|
||||
INT
|
||||
|
|
Loading…
Reference in a new issue