* 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:
* 08/10/2004 Created
*/
#include "precomp.h"
#include <sddl.h>
#define NDEBUG
#include <debug.h>
#include "resource.h"
HINSTANCE hDllInstance;
#define SIDN_LOOKUPSUCCEEDED (0x101)

View file

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

View file

@ -19,10 +19,12 @@
/* DO NOT USE THE PRECOMPILED HEADER FOR THIS FILE! */
#include <stdarg.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <objbase.h>

View file

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

View file

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

View file

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