Commit Graph

17 Commits (62f253b592b51f4f3515267f956e00d8e7b00937)

Author SHA1 Message Date
Marcos Gutierrez 62f253b592 include: Fixed casts in some HANDLE_MSG_WM_* macros.
Signed-off-by: Marcos Gutierrez <sacrom@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-05-25 12:09:17 +02:00
Carlo Bramini 8fa295ed87 windowsx.h: Fix HANDLE_WM_DISPLAYCHANGE macro. 2013-02-18 10:34:13 +01:00
Michael Stefaniuc c21000ea81 include/windowsx.h: Avoid a TRUE:FALSE conditional expression. 2012-09-03 15:52:13 +02:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Mike McCormack 9d9bb6a810 Prevent the use of windowsx.h with Wine source. 2006-03-18 18:39:20 +01:00
Alexandre Julliard 261e376495 Fixed a number of pointer to integer conversions that wouldn't work
right on a 64-bit platform.
2005-09-12 15:14:06 +00:00
Dmitry Timoshkov 39f960bdfa - Fix prototypes of GetClassLongA/W, GetClassLongPtrA/W and
SetClassLongA/W according to SDK definitions.
- Add prototypes for SetClassLongPtrA/W, protect some GWL_ and GCL_
  constants from using in Wine or in _WIN64 mode.
- Fix all places in Wine affected by the above changes.
2005-02-15 21:51:06 +00:00
Alexandre Julliard 6677ac4bc0 Removed a few remaining WINVER checks. 2003-08-21 21:32:48 +00:00
Vincent Béron 9a62491660 Removed trailing whitespace. 2002-05-31 23:06:46 +00:00
Alexandre Julliard 0799c1a780 Added LGPL standard comment, and copyright notices where necessary.
Global replacement of debugtools.h by wine/debug.h.
2002-03-09 23:29:33 +00:00
Eric Pouech 8582b28749 For the Global*Ptr* set of macros, replace the 16bit version with
their 32 bit equiv.
2001-01-10 22:42:35 +00:00
Francois Gouget 32e73f05c5 hmemcpy16 is a Win16 API, the macro is hmemcpy. 2000-06-18 17:24:34 +00:00
Francois Gouget 4ce3fd3617 Added missing macros. 2000-03-26 14:41:34 +00:00
Michael Cardenas 6a52a507fd Added a bunch of macros needed for compiling Winelib apps. 2000-02-07 17:22:01 +00:00
Peter Hunnisett e8ffab62e8 Added macro definitions for memory allocation. 1999-10-24 17:27:12 +00:00
Alexandre Julliard a396029270 Large-scale renaming of all Win32 functions and types to use the
standard Windows names.
1999-02-26 11:11:13 +00:00
Paul Quinn 43c1efdee5 Added windowsx.h for Winelib. 1999-02-09 13:51:58 +00:00