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

svn path=/trunk/; revision=61734
This commit is contained in:
Amine Khaldi 2014-01-20 13:14:06 +00:00
parent ff191296fd
commit 5011f7fade
6 changed files with 23 additions and 15 deletions

View file

@ -25,11 +25,16 @@
* UPDATE HISTORY: * UPDATE HISTORY:
* 08/10/2004 Created * 08/10/2004 Created
*/ */
#include "precomp.h" #include "precomp.h"
#include <sddl.h>
#define NDEBUG #define NDEBUG
#include <debug.h> #include <debug.h>
#include "resource.h"
HINSTANCE hDllInstance; HINSTANCE hDllInstance;
#define SIDN_LOOKUPSUCCEEDED (0x101) #define SIDN_LOOKUPSUCCEEDED (0x101)

View file

@ -25,8 +25,14 @@
* UPDATE HISTORY: * UPDATE HISTORY:
* 07/01/2005 Created * 07/01/2005 Created
*/ */
#include "precomp.h" #include "precomp.h"
#ifdef SUPPORT_UXTHEME
#include <uxtheme.h>
#include <tmschema.h>
#endif
#define NDEBUG #define NDEBUG
#include <debug.h> #include <debug.h>

View file

@ -19,10 +19,12 @@
/* DO NOT USE THE PRECOMPILED HEADER FOR THIS FILE! */ /* DO NOT USE THE PRECOMPILED HEADER FOR THIS FILE! */
#include <stdarg.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 <stdarg.h>
#include <windef.h> #include <windef.h>
#include <winbase.h> #include <winbase.h>
#include <objbase.h> #include <objbase.h>

View file

@ -25,6 +25,7 @@
* UPDATE HISTORY: * UPDATE HISTORY:
* 07/01/2005 Created * 07/01/2005 Created
*/ */
#include "precomp.h" #include "precomp.h"
#define NDEBUG #define NDEBUG
@ -335,4 +336,3 @@ FreeObjectPicker(IN IDsObjectPicker *pDsObjectPicker)
{ {
pDsObjectPicker->lpVtbl->Release(pDsObjectPicker); pDsObjectPicker->lpVtbl->Release(pDsObjectPicker);
} }

View file

@ -1,27 +1,19 @@
#define _ACLUI_ #define _ACLUI_
#include <stdarg.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 <stdarg.h>
#include <windef.h> #include <windef.h>
#include <winbase.h> #include <winbase.h>
#include <wingdi.h> #include <wingdi.h>
#include <ole2.h> #include <ole2.h>
#define NTOS_MODE_USER
#include <ndk/rtlfuncs.h>
#include <objsel.h> #include <objsel.h>
#include <aclui.h> #include <aclui.h>
#include <sddl.h> #define NTOS_MODE_USER
#include <ntsecapi.h> #include <ndk/rtlfuncs.h>
#ifdef SUPPORT_UXTHEME
#include <uxtheme.h>
#include <tmschema.h>
#endif
#include "resource.h"
#define EnableRedrawWindow(hwnd) \ #define EnableRedrawWindow(hwnd) \
SendMessage((hwnd), WM_SETREDRAW, TRUE, 0) SendMessage((hwnd), WM_SETREDRAW, TRUE, 0)

View file

@ -25,8 +25,11 @@
* UPDATE HISTORY: * UPDATE HISTORY:
* 12/10/2005 Created * 12/10/2005 Created
*/ */
#include "precomp.h" #include "precomp.h"
#include <ntsecapi.h>
#define NDEBUG #define NDEBUG
#include <debug.h> #include <debug.h>