[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 "precomp.h"
#include <shlobj.h>
#define NDEBUG #define NDEBUG
#include <debug.h> #include <debug.h>
/* FUNCTIONS ***************************************************************/ /* FUNCTIONS ***************************************************************/
static static

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,17 +1,16 @@
#include <stdio.h> #include <stdio.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 <winnls.h> #include <winnls.h>
#include <objbase.h>
#define NTOS_MODE_USER #define NTOS_MODE_USER
#include <ndk/sefuncs.h>
#include <ndk/rtlfuncs.h> #include <ndk/rtlfuncs.h>
#include <userenv.h> #include <userenv.h>
#include <sddl.h>
#include <shlobj.h>
#include "internal.h" #include "internal.h"
#include "resources.h"

View file

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

View file

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

View file

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