mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 12:55:43 +00:00
[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:
parent
eea5796fda
commit
aa6b0a87fe
4 changed files with 3 additions and 8 deletions
|
@ -7,7 +7,6 @@
|
|||
* Created 05/08/00
|
||||
*/
|
||||
|
||||
/* INCLUDES ******************************************************************/
|
||||
#include "precomp.h"
|
||||
|
||||
/* GLOBALS *******************************************************************/
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
*
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
#include "precomp.h"
|
||||
|
||||
#define NDEBUG
|
||||
|
@ -50,4 +49,3 @@ GetSecurityUserInfo(
|
|||
UNIMPLEMENTED;
|
||||
return STATUS_UNSUCCESSFUL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue