[USERENV]

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

svn path=/trunk/; revision=61820
This commit is contained in:
Amine Khaldi 2014-01-25 22:24:43 +00:00
parent aeec575e5a
commit 9d7f24e068
10 changed files with 10 additions and 12 deletions

View file

@ -26,10 +26,11 @@
#include "precomp.h"
#include <shlobj.h>
#define NDEBUG
#include <debug.h>
/* FUNCTIONS ***************************************************************/
static

View file

@ -29,7 +29,6 @@
#define NDEBUG
#include <debug.h>
/* FUNCTIONS ***************************************************************/
BOOL

View file

@ -29,7 +29,6 @@
#define NDEBUG
#include <debug.h>
static
BOOL
SetUserEnvironmentVariable(LPVOID *Environment,

View file

@ -29,7 +29,6 @@
#define NDEBUG
#include <debug.h>
typedef struct _GP_NOTIFY
{
struct _GP_NOTIFY *Next;

View file

@ -111,5 +111,3 @@ VOID
UninitializeGPNotifications(VOID);
#endif /* _INTERNAL_H */
/* EOF */

View file

@ -26,6 +26,8 @@
#include "precomp.h"
#include <ndk/sefuncs.h>
#define NDEBUG
#include <debug.h>

View file

@ -1,17 +1,16 @@
#include <stdio.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <winnls.h>
#include <objbase.h>
#define NTOS_MODE_USER
#include <ndk/sefuncs.h>
#include <ndk/rtlfuncs.h>
#include <userenv.h>
#include <sddl.h>
#include <shlobj.h>
#include "internal.h"
#include "resources.h"

View file

@ -26,10 +26,11 @@
#include "precomp.h"
#include <sddl.h>
#define NDEBUG
#include <debug.h>
/* FUNCTIONS ***************************************************************/
BOOL

View file

@ -29,7 +29,6 @@
#define NDEBUG
#include <debug.h>
/* FUNCTIONS ***************************************************************/
static

View file

@ -29,6 +29,7 @@
#define NDEBUG
#include <debug.h>
#include "resources.h"
typedef struct _FOLDERDATA
{