mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +00:00
[LSASRV]
* Remove one time inclusions from the main header and put them back where they belong. CORE-7716 svn path=/trunk/; revision=61775
This commit is contained in:
parent
f2296246ea
commit
830213a1cf
5 changed files with 11 additions and 9 deletions
|
@ -8,6 +8,10 @@
|
|||
|
||||
#include "lsasrv.h"
|
||||
|
||||
#include <ndk/mmfuncs.h>
|
||||
#include <ndk/sefuncs.h>
|
||||
#include <ndk/umfuncs.h>
|
||||
|
||||
typedef enum _LSA_TOKEN_INFORMATION_TYPE
|
||||
{
|
||||
LsaTokenInformationNull,
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
|
||||
#include "lsasrv.h"
|
||||
|
||||
#include <ndk/lpcfuncs.h>
|
||||
#include <ndk/psfuncs.h>
|
||||
|
||||
static LIST_ENTRY LsapLogonContextList;
|
||||
|
||||
static HANDLE PortThreadHandle = NULL;
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
|
||||
#include "lsasrv.h"
|
||||
|
||||
#include "resources.h"
|
||||
|
||||
/* GLOBALS *****************************************************************/
|
||||
|
||||
typedef wchar_t *PSAMPR_SERVER_NAME;
|
||||
|
|
|
@ -16,20 +16,13 @@
|
|||
#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/lpctypes.h>
|
||||
#include <ndk/lpcfuncs.h>
|
||||
#include <ndk/mmfuncs.h>
|
||||
#include <ndk/obfuncs.h>
|
||||
#include <ndk/psfuncs.h>
|
||||
#include <ndk/rtlfuncs.h>
|
||||
#include <ndk/setypes.h>
|
||||
#include <ndk/sefuncs.h>
|
||||
#include <ndk/umfuncs.h>
|
||||
|
||||
#include <ntsam.h>
|
||||
#include <ntlsa.h>
|
||||
|
@ -41,8 +34,6 @@
|
|||
#include <wine/debug.h>
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(lsasrv);
|
||||
|
||||
#include "resources.h"
|
||||
|
||||
typedef enum _LSA_DB_OBJECT_TYPE
|
||||
{
|
||||
LsaDbIgnoreObject,
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
|
||||
#include "lsasrv.h"
|
||||
|
||||
#include <winuser.h>
|
||||
|
||||
/* FUNCTIONS ***************************************************************/
|
||||
|
||||
INT
|
||||
|
|
Loading…
Reference in a new issue