mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 15:26:02 +00:00
[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:
parent
aeec575e5a
commit
9d7f24e068
10 changed files with 10 additions and 12 deletions
|
@ -26,10 +26,11 @@
|
|||
|
||||
#include "precomp.h"
|
||||
|
||||
#include <shlobj.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
|
||||
/* FUNCTIONS ***************************************************************/
|
||||
|
||||
static
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
|
||||
/* FUNCTIONS ***************************************************************/
|
||||
|
||||
BOOL
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
|
||||
static
|
||||
BOOL
|
||||
SetUserEnvironmentVariable(LPVOID *Environment,
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
|
||||
typedef struct _GP_NOTIFY
|
||||
{
|
||||
struct _GP_NOTIFY *Next;
|
||||
|
|
|
@ -111,5 +111,3 @@ VOID
|
|||
UninitializeGPNotifications(VOID);
|
||||
|
||||
#endif /* _INTERNAL_H */
|
||||
|
||||
/* EOF */
|
||||
|
|
|
@ -26,6 +26,8 @@
|
|||
|
||||
#include "precomp.h"
|
||||
|
||||
#include <ndk/sefuncs.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -26,10 +26,11 @@
|
|||
|
||||
#include "precomp.h"
|
||||
|
||||
#include <sddl.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
|
||||
/* FUNCTIONS ***************************************************************/
|
||||
|
||||
BOOL
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
|
||||
/* FUNCTIONS ***************************************************************/
|
||||
|
||||
static
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
#include "resources.h"
|
||||
|
||||
typedef struct _FOLDERDATA
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue