(Re)move USER32 headers from include/user32.

svn path=/trunk/; revision=16097
This commit is contained in:
Filip Navara 2005-06-19 17:27:44 +00:00
parent 8625b6ac08
commit f2ff7df489
28 changed files with 25 additions and 53 deletions

View file

@ -1,14 +0,0 @@
#ifndef __INCLUDE_USER32_WININTERNAL_H
#define __INCLUDE_USER32_WININTERNAL_H
#define WIN_NCACTIVATED (0x0080)
/* internal DCX flags */
#define DCX_DCEEMPTY 0x00000800
#define DCX_DCEBUSY 0x00001000
#define DCX_DCEDIRTY 0x00002000
#define DCX_WINDOWPAINT 0x00020000
#define DCX_KEEPCLIPRGN 0x00040000
#define DCX_NOCLIPCHILDREN 0x00080000
#endif /* __INCLUDE_USER32_WININTERNAL_H */

View file

@ -29,7 +29,6 @@
#include <stdlib.h>
#include "controls.h"
#include "user32/regcontrol.h"
#include "wine/unicode.h"
#include "wine/debug.h"

View file

@ -29,7 +29,6 @@
#include <stdlib.h>
#include <stdio.h>
#include "controls.h"
#include "user32/regcontrol.h"
#include "wine/debug.h"
#include "wine/unicode.h"

View file

@ -45,7 +45,6 @@
#include <string.h>
#include <stdlib.h>
#include "controls.h"
#include "user32/regcontrol.h"
#include "wine/unicode.h"
#include "wine/debug.h"

View file

@ -19,7 +19,6 @@
*/
#include "user32.h"
#include "user32/regcontrol.h"
#include "controls.h"
#include "wine/unicode.h"

View file

@ -22,7 +22,6 @@
#include <string.h>
#include <stdlib.h>
#include "controls.h"
#include "user32/regcontrol.h"
#include "wine/debug.h"
#ifdef __REACTOS__

View file

@ -11,7 +11,6 @@
#include "user32.h"
#include <wchar.h>
#include "user32/regcontrol.h"
#include "win32k/ntuser.h"
static void RegisterBuiltinClass(const struct builtin_class_descr *Descr)

View file

@ -36,7 +36,6 @@
#include <stdlib.h>
#include <string.h>
#include <oleacc.h>
#include <user32/regcontrol.h>
#include <rosrtl/minmax.h>
/* GLOBAL VARIABLES ***********************************************************/

View file

@ -19,7 +19,6 @@
*/
#include "user32.h"
#include "user32/regcontrol.h"
#ifndef __REACTOS__
WINE_DEFAULT_DEBUG_CHANNEL(static);

View file

@ -9,6 +9,8 @@
#include <ntos.h>
#include <win32k/win32k.h>
#include "regcontrol.h"
extern HINSTANCE User32Instance;
typedef struct _USER32_THREAD_DATA

View file

@ -5,7 +5,6 @@
* PURPOSE: Window management definitions
*/
#include <windows.h>
#include <user32/wininternal.h>
extern COLORREF SysColors[];
extern HPEN SysPens[];

View file

@ -1,15 +1,11 @@
#include <windows.h>
#include "user32.h"
#include "menu.h"
#include "message.h"
#include "accel.h"
#include "strpool.h"
#include <win32k/callback.h>
#include <debug.h>
#include <ddk/ntddk.h>
#include <user32/callback.h>
#include <user32/accel.h>
#include <window.h>
#include <menu.h>
#include <message.h>
#define _WIN32K_KAPI_H
#include <user32.h>
#include <strpool.h>
#include <roscfg.h>
/* FIXME: Belongs to some header. */
WINBOOL STDCALL GdiDllInitialize(HANDLE, DWORD, LPVOID);

View file

@ -30,7 +30,7 @@
/* INCLUDES ******************************************************************/
#include "user32.h"
#include <user32/accel.h>
#include "accel.h"
#include <win32k/ntuser.h>
/* this is the 8 byte accel struct used in Win32 resources (internal only) */

View file

@ -15,7 +15,6 @@
#include <debug.h>
#include <window.h>
#include <strpool.h>
#include <user32/regcontrol.h>
static BOOL GetClassInfoExCommon(

View file

@ -14,7 +14,6 @@
#include "user32.h"
#include <windowsx.h>
#include <window.h>
#include <user32/wininternal.h>
#include <string.h>
#include <cursor.h>
#include <menu.h>

View file

@ -39,9 +39,6 @@
#include <limits.h>
#include <debug.h>
#include "user32/regcontrol.h"
#include "../controls/controls.h"
/* MACROS/DEFINITIONS ********************************************************/
#define DF_END 0x0001

View file

@ -29,7 +29,7 @@
/* INCLUDES ******************************************************************/
#include "user32.h"
#include <user32/callback.h>
#include <win32k/callback.h>
#define NDEBUG
#include <debug.h>

View file

@ -91,7 +91,7 @@
#include "wingdi.h"
#include "winuser.h"
#include "wine/unicode.h"
#include "user32/regcontrol.h"
#include "user32.h"
#include <winnls.h>
#include "wine/debug.h"
#include "dlgs.h"

View file

@ -39,8 +39,7 @@
#include <draw.h>
#include <window.h>
#include <strpool.h>
#include <user32/callback.h>
#include "user32/regcontrol.h"
#include <win32k/callback.h>
#include "../controls/controls.h"
#define NDEBUG

View file

@ -11,7 +11,7 @@
#include "user32.h"
#include <string.h>
#include <debug.h>
#include <user32/callback.h>
#include <win32k/callback.h>
#include <message.h>
/* DDE message exchange

View file

@ -43,7 +43,6 @@ Already defined in makefile now.
#include <string.h>
#include <menu.h>
#include <winpos.h>
#include <user32/wininternal.h>
#include <user32.h>
#include "window.h"

View file

@ -15,8 +15,7 @@
#include <window.h>
#include <string.h>
#include <strpool.h>
#include <user32/callback.h>
#include <user32/regcontrol.h>
#include <win32k/callback.h>
#define NDEBUG
#include <debug.h>

View file

@ -13,9 +13,7 @@
#include "user32.h"
#include <window.h>
#include <user32/callback.h>
#include <user32/regcontrol.h>
#include <user32/wininternal.h>
#include <win32k/callback.h>
#include <window.h>
#define NDEBUG
#include <debug.h>

View file

@ -5,7 +5,6 @@
typedef struct tagDCE *PDCE;
#include <user32/wininternal.h>
#include <include/window.h>
typedef HANDLE HDCE;
@ -36,6 +35,14 @@ typedef struct tagDCE
HANDLE Self;
} DCE; /* PDCE already declared at top of file */
/* internal DCX flags */
#define DCX_DCEEMPTY 0x00000800
#define DCX_DCEBUSY 0x00001000
#define DCX_DCEDIRTY 0x00002000
#define DCX_WINDOWPAINT 0x00020000
#define DCX_KEEPCLIPRGN 0x00040000
#define DCX_NOCLIPCHILDREN 0x00080000
#define DCEOBJ_AllocDCE() \
((HDCE) GDIOBJ_AllocObj (GDI_OBJECT_TYPE_DCE))
#define DCEOBJ_FreeDCE(hDCE) GDIOBJ_FreeObj((HGDIOBJ)hDCE, GDI_OBJECT_TYPE_DCE)

View file

@ -16,6 +16,7 @@
#include <ddk/ntddmou.h>
#include <win32k/win32k.h>
#include <win32k/callback.h>
#include <csrss/csrss.h>
#include <internal/ntoskrnl.h>
@ -33,7 +34,6 @@
#include <windowsx.h>
#include <rosrtl/string.h>
#include <user32/callback.h>
#include <include/ssec.h>
#include <include/accelerator.h>