2004-08-15 Casper S. Hornstrup <chorns@users.sourceforge.net>

* lib/user32/include/.cvsignore: New file.
	* lib/user32/Makefile (TARGET_PCH): Set to include/user32.h.
	* lib/user32/*/*.c: Use pre-compiled header.
	* include/wine/debug.h (FIXME): Override previous declaration is needed.

svn path=/trunk/; revision=10562
This commit is contained in:
Casper Hornstrup 2004-08-15 21:36:30 +00:00
parent a6fc248d31
commit e14ef8a1c4
47 changed files with 100 additions and 158 deletions

View file

@ -1,3 +1,10 @@
2004-08-15 Casper S. Hornstrup <chorns@users.sourceforge.net>
* lib/user32/include/.cvsignore: New file.
* lib/user32/Makefile (TARGET_PCH): Set to include/user32.h.
* lib/user32/*/*.c: Use pre-compiled header.
* include/wine/debug.h (FIXME): Override previous declaration is needed.
2004-08-15 Casper S. Hornstrup <chorns@users.sourceforge.net>
* lib/userenv/.cvsignore: Add *.gch.

View file

@ -63,6 +63,9 @@ inline static const char *debugres_w( const wchar_t *s ) { return wine_dbgstr_wn
#define WARN_ON(ch) 1
#endif
#ifdef FIXME
#undef FIXME
#endif
#define FIXME DPRINT1
#define FIXME_(ch) DPRINT1
#ifdef NDEBUG

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.38 2004/05/29 21:24:47 hbirr Exp $
# $Id: Makefile,v 1.39 2004/08/15 21:36:25 chorns Exp $
PATH_TO_TOP = ../..
@ -6,6 +6,8 @@ TARGET_TYPE = dynlink
TARGET_NAME = user32
TARGET_PCH = include/user32.h
TARGET_BASE = $(TARGET_BASE_LIB_USER32)
TARGET_SDKLIBS = libwine.a ntdll.a kernel32.a gdi32.a rosrtl.a

View file

@ -23,11 +23,11 @@
#define __USE_W32API
#endif
#include "user32.h"
#include <stdarg.h>
#include <string.h>
#include <stdlib.h>
#include "windows.h"
#include "controls.h"
#include "user32/regcontrol.h"
#include "wine/unicode.h"

View file

@ -20,6 +20,7 @@
* FIXME: roll up in Netscape 3.01.
*/
#include "user32.h"
#include <stdarg.h>
#include <string.h>
@ -27,7 +28,6 @@
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include "windows.h"
#include "controls.h"
#include "user32/regcontrol.h"
#include "wine/debug.h"

View file

@ -40,11 +40,10 @@
#define __USE_W32API
#endif
#include "user32.h"
#include <stdarg.h>
#include <string.h>
#include <stdlib.h>
#include "windows.h"
#include "controls.h"
#include "user32/regcontrol.h"
#include "wine/unicode.h"

View file

@ -18,7 +18,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "windows.h"
#include "user32.h"
#include "user32/regcontrol.h"
#include "controls.h"
#include "wine/unicode.h"

View file

@ -17,11 +17,10 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "user32.h"
#define NDEBUG
#include <string.h>
#include <stdlib.h>
//#include <stdio.h>
#include "windows.h"
#include "controls.h"
#include "user32/regcontrol.h"
#include "wine/debug.h"

View file

@ -1,4 +1,4 @@
/* $Id: regcontrol.c,v 1.19 2004/05/16 19:31:06 navaraf Exp $
/* $Id: regcontrol.c,v 1.20 2004/08/15 21:36:26 chorns Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS User32
@ -9,9 +9,8 @@
* NOTES: Adapted from Wine
*/
#include <windows.h>
#include "user32.h"
#include <wchar.h>
#include <user32.h>
#include "user32/regcontrol.h"
#include "win32k/ntuser.h"

View file

@ -30,8 +30,7 @@
/* INCLUDES *******************************************************************/
#include <windows.h>
#include <user32.h>
#include "user32.h"
#include <debug.h>
#include <draw.h>
#include <stdlib.h>

View file

@ -18,7 +18,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "windows.h"
#include "user32.h"
#include "user32/regcontrol.h"
#ifndef __REACTOS__

View file

@ -0,0 +1,2 @@
*.o
*.gch

View file

@ -5,6 +5,8 @@
* PURPOSE: Global user32 definitions
*/
#include <windows.h>
#define NTOS_MODE_USER
#include <ntos.h>
#include <win32k/win32k.h>
extern HINSTANCE User32Instance;

View file

@ -1,4 +1,4 @@
/* $Id: desktop.c,v 1.31 2004/03/07 11:59:43 navaraf Exp $
/* $Id: desktop.c,v 1.32 2004/08/15 21:36:27 chorns Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS user32.dll
@ -8,9 +8,9 @@
* UPDATE HISTORY:
* 06-06-2001 CSH Created
*/
#include "user32.h"
#include <string.h>
#include <windows.h>
#include <user32.h>
#include <debug.h>
#include <rosrtl/devmode.h>
#include <rosrtl/logfont.h>

View file

@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/* $Id: display.c,v 1.11 2004/07/18 00:36:33 blight Exp $
/* $Id: display.c,v 1.12 2004/08/15 21:36:28 chorns Exp $
*
* PROJECT: ReactOS user32.dll
* FILE: lib/user32/misc/dde.c
@ -28,9 +28,7 @@
/* INCLUDES ******************************************************************/
#include <windows.h>
#define NTOS_MODE_USER
#include <ntos.h>
#include "user32.h"
#include <rosrtl/devmode.h>
#include <win32k/ntuser.h>
#define NDEBUG

View file

@ -1,4 +1,4 @@
/* $Id: exit.c,v 1.5 2004/07/12 20:09:34 gvg Exp $
/* $Id: exit.c,v 1.6 2004/08/15 21:36:28 chorns Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS user32.dll
@ -7,10 +7,7 @@
* PROGRAMMER: Eric Kohl (ekohl@rz-online.de)
*/
#include <windows.h>
#include <user32.h>
#define NTOS_MODE_USER
#include <ntos.h>
#include "user32.h"
#include <ntdll/csr.h>
/*

View file

@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/* $Id: misc.c,v 1.7 2004/07/12 20:09:34 gvg Exp $
/* $Id: misc.c,v 1.8 2004/08/15 21:36:28 chorns Exp $
*
* PROJECT: ReactOS user32.dll
* FILE: lib/user32/misc/misc.c
@ -28,8 +28,7 @@
/* INCLUDES ******************************************************************/
#include <windows.h>
#include <user32.h>
#include "user32.h"
#include <debug.h>
#include <ntdll/csr.h>

View file

@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/* $Id: object.c,v 1.7 2004/05/15 22:50:04 weiden Exp $
/* $Id: object.c,v 1.8 2004/08/15 21:36:28 chorns Exp $
*
* PROJECT: ReactOS user32.dll
* FILE: lib/user32/misc/dde.c
@ -28,8 +28,7 @@
/* INCLUDES ******************************************************************/
#include <windows.h>
#include <user32.h>
#include "user32.h"
#include <debug.h>
/* FUNCTIONS *****************************************************************/

View file

@ -1,9 +1,5 @@
#include "user32.h"
#include <string.h>
#include <windows.h>
#include <ddk/ntddk.h>
#define NTOS_MODE_USER
#include <ntos.h>
/*#include <kernel32/error.h>*/
/* FIXME: Currently IsBadWritePtr is implemented using VirtualQuery which
does not seem to work properly for stack address space. */

View file

@ -1,9 +1,6 @@
// strpool.c
#include <windows.h>
#include <ddk/ntddk.h>
#define NTOS_MODE_USER
#include <ntos.h>
#include "user32.h"
#include <strpool.h>
#include <string.h>

View file

@ -1,4 +1,4 @@
/* $Id: stubs.c,v 1.64 2004/07/12 22:34:27 gvg Exp $
/* $Id: stubs.c,v 1.65 2004/08/15 21:36:28 chorns Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS user32.dll
@ -9,11 +9,11 @@
* UPDATE HISTORY:
* 08-05-2001 CSH Created
*/
#include <windows.h>
#include "user32.h"
#include <debug.h>
#include <string.h>
#include <mmsystem.h>
#include <user32.h>
#ifdef __USE_W32API
typedef PVOID LPIMEPROW, LPIMEPROA;
#endif

View file

@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/* $Id: timer.c,v 1.11 2004/01/23 23:38:26 ekohl Exp $
/* $Id: timer.c,v 1.12 2004/08/15 21:36:28 chorns Exp $
*
* PROJECT: ReactOS user32.dll
* FILE: lib/user32/misc/dde.c
@ -28,8 +28,7 @@
/* INCLUDES ******************************************************************/
#include <windows.h>
#include <user32.h>
#include "user32.h"
#include <debug.h>
/* FUNCTIONS *****************************************************************/

View file

@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/* $Id: winhelp.c,v 1.6 2004/01/23 23:38:26 ekohl Exp $
/* $Id: winhelp.c,v 1.7 2004/08/15 21:36:28 chorns Exp $
*
* PROJECT: ReactOS user32.dll
* FILE: lib/user32/misc/winhelp.c
@ -28,9 +28,8 @@
/* INCLUDES ******************************************************************/
#include "user32.h"
#include <string.h>
#include <windows.h>
#include <user32.h>
#include <debug.h>
/* WinHelp internal structure */

View file

@ -1,4 +1,4 @@
/* $Id: winsta.c,v 1.15 2004/04/09 20:03:14 navaraf Exp $
/* $Id: winsta.c,v 1.16 2004/08/15 21:36:28 chorns Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS user32.dll
@ -8,8 +8,8 @@
* UPDATE HISTORY:
* 04-06-2001 CSH Created
*/
#include <windows.h>
#include <user32.h>
#include "user32.h"
#include <debug.h>

View file

@ -31,11 +31,10 @@
* NOTES: Adapted from Wine
*/
#include "user32.h"
#include <stdarg.h>
#include <string.h>
#include <stdio.h>
#include <windows.h>
#include <wine/winternl.h>
#include "strpool.h"
#define WPRINTF_LEFTALIGN 0x0001 /* Align output on the left ('-' prefix) */

View file

@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/* $Id: accel.c,v 1.14 2004/04/09 20:03:14 navaraf Exp $
/* $Id: accel.c,v 1.15 2004/08/15 21:36:28 chorns Exp $
*
* PROJECT: ReactOS user32.dll
* FILE: lib/user32/windows/input.c
@ -28,11 +28,10 @@
*/
/* INCLUDES ******************************************************************/
#include <windows.h>
#include "user32.h"
#include <user32/accel.h>
#include <win32k/ntuser.h>
#define NTOS_MODE_USER
#include <ntos.h>
/* this is the 8 byte accel struct used in Win32 resources (internal only) */
typedef struct

View file

@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/* $Id: bitmap.c,v 1.31 2004/07/14 20:52:13 navaraf Exp $
/* $Id: bitmap.c,v 1.32 2004/08/15 21:36:28 chorns Exp $
*
* PROJECT: ReactOS user32.dll
* FILE: lib/user32/windows/input.c
@ -28,13 +28,10 @@
/* INCLUDES ******************************************************************/
#include "user32.h"
#include <string.h>
#include <windows.h>
#include <user32.h>
#include <debug.h>
#include <stdlib.h>
#define NTOS_MODE_USER
#include <ntos.h>
/*forward declerations... actualy in user32\windows\icon.c but usful here****/
HICON ICON_CreateCursorFromData(HDC hDC, PVOID ImageData, ICONIMAGE* IconImage, int cxDesired, int cyDesired, int xHotspot, int yHotspot);

View file

@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/* $Id: caret.c,v 1.7 2004/01/26 08:44:51 weiden Exp $
/* $Id: caret.c,v 1.8 2004/08/15 21:36:29 chorns Exp $
*
* PROJECT: ReactOS user32.dll
* FILE: lib/user32/windows/caret.c
@ -28,8 +28,7 @@
/* INCLUDES ******************************************************************/
#include <windows.h>
#include <user32.h>
#include "user32.h"
#include <debug.h>
/* FUNCTIONS *****************************************************************/

View file

@ -1,4 +1,4 @@
/* $Id: class.c,v 1.50 2004/07/03 17:40:23 navaraf Exp $
/* $Id: class.c,v 1.51 2004/08/15 21:36:29 chorns Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS user32.dll
@ -8,17 +8,14 @@
* UPDATE HISTORY:
* 09-05-2001 CSH Created
*/
#include <windows.h>
#include <user32.h>
#include "user32.h"
#include <string.h>
#include <stdlib.h>
#include <debug.h>
#include <window.h>
#include <strpool.h>
#include <user32/regcontrol.h>
#define NTOS_MODE_USER
#include <ntos.h>
static BOOL GetClassInfoExCommon(

View file

@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/* $Id: clipboard.c,v 1.13 2004/01/26 08:44:51 weiden Exp $
/* $Id: clipboard.c,v 1.14 2004/08/15 21:36:29 chorns Exp $
*
* PROJECT: ReactOS user32.dll
* FILE: lib/user32/windows/clipboard.c
@ -28,10 +28,8 @@
/* INCLUDES ******************************************************************/
#include <windows.h>
#include <user32.h>
#include "user32.h"
#include <strpool.h>
#define NDEBUG
#include <debug.h>

View file

@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/* $Id: cursor.c,v 1.21 2004/05/01 09:31:59 weiden Exp $
/* $Id: cursor.c,v 1.22 2004/08/15 21:36:29 chorns Exp $
*
* PROJECT: ReactOS user32.dll
* FILE: lib/user32/windows/cursor.c
@ -28,12 +28,9 @@
/* INCLUDES ******************************************************************/
#include <windows.h>
#include <user32.h>
#include "user32.h"
#include <string.h>
#include <debug.h>
#define NTOS_MODE_USER
#include <ntos.h>
#undef CopyCursor
HBITMAP

View file

@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/* $Id: dc.c,v 1.15 2004/01/26 08:44:51 weiden Exp $
/* $Id: dc.c,v 1.16 2004/08/15 21:36:29 chorns Exp $
*
* PROJECT: ReactOS user32.dll
* FILE: lib/user32/windows/input.c
@ -28,8 +28,7 @@
/* INCLUDES ******************************************************************/
#include <windows.h>
#include <user32.h>
#include "user32.h"
#include <debug.h>
/* FUNCTIONS *****************************************************************/

View file

@ -1,4 +1,4 @@
/* $Id: defwnd.c,v 1.143 2004/07/19 12:13:45 weiden Exp $
/* $Id: defwnd.c,v 1.144 2004/08/15 21:36:29 chorns Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS user32.dll
@ -11,9 +11,8 @@
/* INCLUDES ******************************************************************/
#include <windows.h>
#include "user32.h"
#include <windowsx.h>
#include <user32.h>
#include <window.h>
#include <user32/wininternal.h>
#include <string.h>

View file

@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/* $Id: dialog.c,v 1.26 2004/05/16 19:31:07 navaraf Exp $
/* $Id: dialog.c,v 1.27 2004/08/15 21:36:29 chorns Exp $
*
* PROJECT: ReactOS user32.dll
* FILE: lib/user32/windows/dialog.c
@ -31,15 +31,12 @@
/* INCLUDES ******************************************************************/
#define __NTAPP__
#include <windows.h>
#include "user32.h"
#include <string.h>
#include <user32.h>
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <limits.h>
#define NTOS_MODE_USER
#include <ntos.h>
#include <debug.h>
#include "user32/regcontrol.h"

View file

@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/* $Id: font.c,v 1.10 2004/06/27 11:24:06 navaraf Exp $
/* $Id: font.c,v 1.11 2004/08/15 21:36:29 chorns Exp $
*
* PROJECT: ReactOS user32.dll
* FILE: lib/user32/windows/input.c
@ -28,9 +28,8 @@
/* INCLUDES ******************************************************************/
#include <windows.h>
#include "user32.h"
#include <string.h>
#include <user32.h>
#include <debug.h>
/* FUNCTIONS *****************************************************************/

View file

@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/* $Id: hook.c,v 1.15 2004/04/09 20:03:14 navaraf Exp $
/* $Id: hook.c,v 1.16 2004/08/15 21:36:29 chorns Exp $
*
* PROJECT: ReactOS user32.dll
* FILE: lib/user32/windows/input.c
@ -28,12 +28,8 @@
/* INCLUDES ******************************************************************/
#include <windows.h>
#include <user32.h>
#include "user32.h"
#include <user32/callback.h>
#define NTOS_MODE_USER
#include <ntos.h>
#define NDEBUG
#include <debug.h>

View file

@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/* $Id: icon.c,v 1.21 2004/04/09 20:03:14 navaraf Exp $
/* $Id: icon.c,v 1.22 2004/08/15 21:36:29 chorns Exp $
*
* PROJECT: ReactOS user32.dll
* FILE: lib/user32/windows/icon.c
@ -28,12 +28,9 @@
/* INCLUDES ******************************************************************/
#include <windows.h>
#include <user32.h>
#include "user32.h"
#include <string.h>
#include <stdlib.h>
#define NTOS_MODE_USER
#include <ntos.h>
#include <debug.h>
/* FUNCTIONS *****************************************************************/

View file

@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/* $Id: input.c,v 1.24 2004/04/29 20:26:35 weiden Exp $
/* $Id: input.c,v 1.25 2004/08/15 21:36:29 chorns Exp $
*
* PROJECT: ReactOS user32.dll
* FILE: lib/user32/windows/input.c
@ -28,8 +28,7 @@
/* INCLUDES ******************************************************************/
#include <windows.h>
#include <user32.h>
#include "user32.h"
#include <debug.h>
#include <wchar.h>

View file

@ -21,7 +21,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/* $Id: menu.c,v 1.69 2004/06/05 18:39:46 navaraf Exp $
/* $Id: menu.c,v 1.70 2004/08/15 21:36:30 chorns Exp $
*
* PROJECT: ReactOS user32.dll
* FILE: lib/user32/windows/menu.c
@ -33,17 +33,12 @@
/* INCLUDES ******************************************************************/
#define __NTAPP__
#include <windows.h>
#include <user32.h>
#include "user32.h"
#include <ctype.h>
#include <string.h>
#include <draw.h>
#include <window.h>
#include <strpool.h>
#define NTOS_MODE_USER
#include <ntos.h>
#include <user32/callback.h>
#include "user32/regcontrol.h"
#include "../controls/controls.h"

View file

@ -1,4 +1,4 @@
/* $Id: message.c,v 1.41 2004/06/16 06:18:14 gvg Exp $
/* $Id: message.c,v 1.42 2004/08/15 21:36:30 chorns Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS user32.dll
@ -8,14 +8,12 @@
* UPDATE HISTORY:
* 06-06-2001 CSH Created
*/
#include <windows.h>
#include <user32.h>
#include "user32.h"
#include <string.h>
#include <debug.h>
#include <user32/callback.h>
#include <message.h>
#define NTOS_MODE_USER
#include <ntos.h>
/* DDE message exchange
*

View file

@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/* $Id: messagebox.c,v 1.26 2004/07/22 02:32:53 navaraf Exp $
/* $Id: messagebox.c,v 1.27 2004/08/15 21:36:30 chorns Exp $
*
* PROJECT: ReactOS user32.dll
* FILE: lib/user32/windows/messagebox.c
@ -31,18 +31,14 @@
/* INCLUDES ******************************************************************/
#include <windows.h>
#include "user32.h"
#include <messages.h>
#include <user32.h>
#include <string.h>
#define NTOS_MODE_USER
#include <ntos.h>
#include <stdio.h>
#include <stdlib.h>
#include <debug.h>
#include "resource.h"
//typedef UINT *LPUINT;
#include <mmsystem.h>
/* DEFINES *******************************************************************/

View file

@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/* $Id: paint.c,v 1.26 2004/04/09 20:03:15 navaraf Exp $
/* $Id: paint.c,v 1.27 2004/08/15 21:36:30 chorns Exp $
*
* PROJECT: ReactOS user32.dll
* FILE: lib/user32/windows/paint.c
@ -28,9 +28,8 @@
/* INCLUDES ******************************************************************/
#include <windows.h>
#include "user32.h"
#include <resource.h>
#include <user32.h>
#define NDEBUG
#include <debug.h>

View file

@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/* $Id: prop.c,v 1.12 2004/04/09 20:03:15 navaraf Exp $
/* $Id: prop.c,v 1.13 2004/08/15 21:36:30 chorns Exp $
*
* PROJECT: ReactOS user32.dll
* FILE: lib/user32/windows/input.c
@ -28,11 +28,8 @@
/* INCLUDES ******************************************************************/
#include <windows.h>
#include <user32.h>
#include "user32.h"
#include <strpool.h>
#define NTOS_MODE_USER
#include <ntos.h>
#include <debug.h>
typedef struct _PROPLISTITEM

View file

@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/* $Id: rect.c,v 1.15 2004/05/14 17:02:40 navaraf Exp $
/* $Id: rect.c,v 1.16 2004/08/15 21:36:30 chorns Exp $
*
* PROJECT: ReactOS user32.dll
* FILE: lib/user32/windows/input.c
@ -28,8 +28,7 @@
/* INCLUDES ******************************************************************/
#include <windows.h>
#include <user32.h>
#include "user32.h"
#include <debug.h>
/* FUNCTIONS *****************************************************************/

View file

@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/* $Id: text.c,v 1.9 2004/04/09 20:03:15 navaraf Exp $
/* $Id: text.c,v 1.10 2004/08/15 21:36:30 chorns Exp $
*
* PROJECT: ReactOS user32.dll
* FILE: lib/user32/windows/input.c
@ -28,12 +28,8 @@
/* INCLUDES ******************************************************************/
#define __NTAPP__
#include <windows.h>
#include <user32.h>
#define NTOS_MODE_USER
#include <ntos.h>
#include "user32.h"
#include <ctype.h>
#include <debug.h>
const unsigned short wctype_table[] =

View file

@ -1,4 +1,4 @@
/* $Id: window.c,v 1.119 2004/05/23 14:04:58 weiden Exp $
/* $Id: window.c,v 1.120 2004/08/15 21:36:30 chorns Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS user32.dll
@ -11,16 +11,12 @@
/* INCLUDES ******************************************************************/
#include <windows.h>
#include <user32.h>
#include "user32.h"
#include <window.h>
#include <string.h>
#include <strpool.h>
#include <user32/callback.h>
#include <user32/regcontrol.h>
#define NTOS_MODE_USER
#include <ntos.h>
#define NDEBUG
#include <debug.h>

View file

@ -1,4 +1,4 @@
/* $Id: winpos.c,v 1.10 2003/12/26 13:06:34 weiden Exp $
/* $Id: winpos.c,v 1.11 2004/08/15 21:36:30 chorns Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS user32.dll
@ -11,14 +11,12 @@
/* INCLUDES ******************************************************************/
#include <windows.h>
#include <user32.h>
#include "user32.h"
#include <window.h>
#include <user32/callback.h>
#include <user32/regcontrol.h>
#include <user32/wininternal.h>
#include <window.h>
#define NDEBUG
#include <debug.h>