mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +00:00
[ACLUI]
* 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:
parent
ff191296fd
commit
5011f7fade
6 changed files with 23 additions and 15 deletions
|
@ -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)
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -25,8 +25,11 @@
|
|||
* UPDATE HISTORY:
|
||||
* 12/10/2005 Created
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
#include <ntsecapi.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue