mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:45:50 +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 "samsrv.h"
|
||||||
|
|
||||||
|
#include <ndk/cmfuncs.h>
|
||||||
|
#include <ndk/obfuncs.h>
|
||||||
|
|
||||||
/* FUNCTIONS ***************************************************************/
|
/* FUNCTIONS ***************************************************************/
|
||||||
|
|
||||||
static
|
static
|
||||||
|
|
|
@ -19,6 +19,8 @@
|
||||||
|
|
||||||
#include "samsrv.h"
|
#include "samsrv.h"
|
||||||
|
|
||||||
|
#include <samsrv/samsrv.h>
|
||||||
|
|
||||||
/* GLOBALS *******************************************************************/
|
/* GLOBALS *******************************************************************/
|
||||||
|
|
||||||
ENCRYPTED_NT_OWF_PASSWORD EmptyNtHash;
|
ENCRYPTED_NT_OWF_PASSWORD EmptyNtHash;
|
||||||
|
|
|
@ -9,32 +9,24 @@
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <limits.h>
|
|
||||||
#define WIN32_NO_STATUS
|
#define WIN32_NO_STATUS
|
||||||
#define _INC_WINDOWS
|
#define _INC_WINDOWS
|
||||||
#define COM_NO_WINDOWS_H
|
#define COM_NO_WINDOWS_H
|
||||||
|
|
||||||
#include <windef.h>
|
#include <windef.h>
|
||||||
#include <winbase.h>
|
#include <winbase.h>
|
||||||
#include <winreg.h>
|
#include <winreg.h>
|
||||||
#include <winuser.h>
|
|
||||||
#define NTOS_MODE_USER
|
#define NTOS_MODE_USER
|
||||||
#include <ndk/cmfuncs.h>
|
|
||||||
#include <ndk/kefuncs.h>
|
#include <ndk/kefuncs.h>
|
||||||
#include <ndk/obfuncs.h>
|
|
||||||
#include <ndk/rtlfuncs.h>
|
#include <ndk/rtlfuncs.h>
|
||||||
#include <ddk/ntsam.h>
|
#include <ddk/ntsam.h>
|
||||||
#include <ntsecapi.h>
|
|
||||||
#include <sddl.h>
|
#include <sddl.h>
|
||||||
|
|
||||||
#include <samsrv/samsrv.h>
|
|
||||||
|
|
||||||
#include <sam_s.h>
|
#include <sam_s.h>
|
||||||
|
|
||||||
#include <wine/debug.h>
|
#include <wine/debug.h>
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(samsrv);
|
WINE_DEFAULT_DEBUG_CHANNEL(samsrv);
|
||||||
|
|
||||||
#include "resources.h"
|
|
||||||
|
|
||||||
typedef enum _SAM_DB_OBJECT_TYPE
|
typedef enum _SAM_DB_OBJECT_TYPE
|
||||||
{
|
{
|
||||||
SamDbIgnoreObject,
|
SamDbIgnoreObject,
|
||||||
|
@ -438,5 +430,3 @@ NTSTATUS
|
||||||
WINAPI
|
WINAPI
|
||||||
SystemFunction007(PUNICODE_STRING string,
|
SystemFunction007(PUNICODE_STRING string,
|
||||||
LPBYTE hash);
|
LPBYTE hash);
|
||||||
|
|
||||||
/* EOF */
|
|
||||||
|
|
|
@ -9,6 +9,10 @@
|
||||||
|
|
||||||
#include "samsrv.h"
|
#include "samsrv.h"
|
||||||
|
|
||||||
|
#include <ntsecapi.h>
|
||||||
|
|
||||||
|
#include "resources.h"
|
||||||
|
|
||||||
/* GLOBALS *****************************************************************/
|
/* GLOBALS *****************************************************************/
|
||||||
|
|
||||||
#define TICKS_PER_SECOND 10000000LL
|
#define TICKS_PER_SECOND 10000000LL
|
||||||
|
|
|
@ -9,6 +9,8 @@
|
||||||
|
|
||||||
#include "samsrv.h"
|
#include "samsrv.h"
|
||||||
|
|
||||||
|
#include <winuser.h>
|
||||||
|
|
||||||
/* FUNCTIONS ***************************************************************/
|
/* FUNCTIONS ***************************************************************/
|
||||||
|
|
||||||
INT
|
INT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue