[SECUR32]

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

svn path=/trunk/; revision=61807
This commit is contained in:
Amine Khaldi 2014-01-25 15:49:57 +00:00
parent eea5796fda
commit aa6b0a87fe
4 changed files with 3 additions and 8 deletions

View file

@ -7,7 +7,6 @@
* Created 05/08/00
*/
/* INCLUDES ******************************************************************/
#include "precomp.h"
/* GLOBALS *******************************************************************/

View file

@ -6,8 +6,6 @@
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
*/
/* INCLUDES ******************************************************************/
#include <stdarg.h>
/* SDK/DDK/NDK Headers. */
@ -16,10 +14,8 @@
#define COM_NO_WINDOWS_H
#include <windef.h>
#include <winbase.h>
#include <winnls.h>
#define NTOS_MODE_USER
#include <ndk/rtlfuncs.h>
#include <lsass/lsass.h>
#include <secext.h>
#include <security.h>

View file

@ -18,12 +18,14 @@
#include "precomp.h"
#include <winnls.h>
#include <lsass/lsass.h>
#define NDEBUG
#include <debug.h>
#define UNLEN 256
/***********************************************************************
* GetComputerObjectNameA (SECUR32.@) Wine 1.1.14
*

View file

@ -1,4 +1,3 @@
#include "precomp.h"
#define NDEBUG
@ -50,4 +49,3 @@ GetSecurityUserInfo(
UNIMPLEMENTED;
return STATUS_UNSUCCESSFUL;
}