- ef6d5df Add an argument to all uses of the __ONLY_IN_WINELIB macro (spotted by by Alexandre Julliard · 19 years ago
- 1ae16a5 Allow MSVC to use Wine's headers. by Dimi Paun · 20 years ago
- bdf01c3 Define data types to the correct size on 64-bit platforms. by Alexandre Julliard · 20 years ago
- 7ab2813 Fix pointer cast warnings in 64bit. by Kevin Koltzau · 20 years ago
- d59ba4c Added a WINE_NO_UNICODE_MACROS define to allow Winelib apps to switch by Alexandre Julliard · 20 years ago
- 6f68649 Fixed POINTS definition for WORDS_BIGENDIAN case. by Dmitry Timoshkov · 20 years ago
- 5d0cc8f Fix a typo in a comment. by Vincent Béron · 20 years ago
- 39bbcb4 Use correct tag names for compatability with fwd decls. by Jon Griffiths · 21 years ago
- 91562d5 Add PSZ to windef.h. by Francois Gouget · 21 years ago
- 5d91a63 Move some OpenGL defines from the private wgl.h header to where they belong. by Andreas Mohr · 21 years ago
- 7d12892 Correct tag names for RECTL and SCROLLINFO structs. by Jon Griffiths · 21 years ago
- 34401d8 Added PPOINTL, a pointer to a POINTL struct. by Jon Griffiths · 21 years ago
- 240b0a9 Moved the Windows version code to dlls/ntdll, and implemented by Alexandre Julliard · 22 years ago
- f42bc61 Don't redefine declspec under MSVC. by Rolf Kalbermatter · 22 years ago
- 1084a8b Moved out of windef.h a few definitions that don't belong there by Alexandre Julliard · 22 years ago
- 53f9c21 Use angle brackets (<>) rather than quotes ("") for the include by Dimitrie O. Paun · 22 years ago
- 4ff79ad Remove some unneeded __WINESRC__ tests from the headers. by Dimitrie O. Paun · 22 years ago
- d1e46c5 Define __stdcall in msvcrt/process.h if windef.h hasn't been included. by Alexandre Julliard · 22 years ago
- 682698a Change types of WPARAM, LPARAM and LRESULT according to MS SDK definitions. by Dmitry Timoshkov · 22 years ago
- 0fd521f Change RECT to use LONG to match win32 standard headers and fix format by Dan Kegel · 22 years ago
- 8b36681 Rename __WINE__ to __WINESRC__. by Dimitrie O. Paun · 22 years ago
- 435e2e6 winnt.h should not be self-contained, it must depend on windef.h so by Alexandre Julliard · 22 years ago
- c8e9cd9 Add a definition for STRICT. by Vincent Béron · 22 years ago
- da93e83 Avoid redefinition warning. by Alexandre Julliard · 22 years ago
- 6fa2ac6 Removed DECLARE_OLD_HANDLE. Fixed a few remaining warnings. by Alexandre Julliard · 22 years ago
- bc54d78 - change the internal functions in windows/cursoricon.c to use 32bit by Michael Stefaniuc · 22 years ago
- 1ad2087 Convert HKEY to a void*. by Michael Stefaniuc · 23 years ago
- 9d2b862 Convert HRSRC to a void*. by Michael Stefaniuc · 23 years ago
- d4b8654 Cleanup warning when building on Mingw. by Steven Edwards · 23 years ago
- e149b37 Finish the conversion of HWND to a void*. by Michael Stefaniuc · 23 years ago
- 1033ffe Convert HPALETTE to a void*. by Michael Stefaniuc · 23 years ago
- 4a75c5c Convert HACCEL to a void*. by Michael Stefaniuc · 23 years ago
- c018ef6 Convert HKL to a void*. by Michael Stefaniuc · 23 years ago
- 5c55df6 Converted HENHMETAFILE and HMETAFILE to a void*. by Michael Stefaniuc · 23 years ago
- 13f2a17 Convert HTASK to void* (based on a patch by Michael Stefaniuc). by Alexandre Julliard · 23 years ago
- 37553b7 - Converted HHOOK to a void*. by Michael Stefaniuc · 23 years ago
- 325cb0d Convert HMONITOR to a void*. by Michael Stefaniuc · 23 years ago
- 273f86f Stubs/docs for NotifyWinEvent,SetWinEventHook,IsWinEventHookInstalled, by Jon Griffiths · 23 years ago
- b53f130 Attempt at fixing MAX_PATH issues for mingw. by Alexandre Julliard · 23 years ago
- 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
- f94462f Move __stdcall/__cdecl to the right place. by Patrik Stridvall · 23 years ago
- 2ff4faf Moved MAKEINTATOM to winbase.h and added Unicode version. by Alexandre Julliard · 23 years ago
- d4db682 Move COLORREF from wingdi.h to windef.h. Add a prototype for GdiFlush. by Francois Gouget · 23 years ago
- e54cf7b Moved some handle declarations to the right headers. by Alexandre Julliard · 24 years ago
- 5653939 Added the minmax.h header (VC6). by Francois Gouget · 24 years ago
- 7a2da17 Prevent multiple definitions caused by MSVCRT headers. by Francois Gouget · 24 years ago
- 54300e5 Move HDWP to winuser.h. Convert HWINSTA to STRICT. by François Gouget · 24 years ago
- f53b0e8 Moved the function pointer types to their rightful headers. by François Gouget · 24 years ago
- d6515df Convert HDESK to STRICT. by François Gouget · 24 years ago
- 6048a97 Moved HMETAFILEPICT to wtypes.h. Note, HMETAFILEPICT is always a by François Gouget · 24 years ago
- dea3d78 Moved HDROP to shellapi.h. by François Gouget · 24 years ago
- ca08ede Convert HCOLORSPACE to STRICT mode. by François Gouget · 24 years ago
- cc19592 Added check whether unaligned memory access is allowed. by Ulrich Weigand · 24 years ago
- 4543703 Declare all handles with DECLARE_OLD_HANDLE to ease conversion to STRICT. by François Gouget · 24 years ago
- ce03ac8 Moved HRASCONN from windef.h. by François Gouget · 24 years ago
- 640ec8e Moved a misplaced 'extern "C" { ... }' statement. by François Gouget · 24 years ago
- 7d64676 Moved some macros like NULL, FALSE to winnt.h by François Gouget · 24 years ago
- 7c55d77 Define NULL as in Win32. by Francois Gouget · 24 years ago
- 24ab04a Fixed compilation warning on Cygwin. by Dimitrie O. Paun · 24 years ago
- ab68797 Moved standard syslevel APIs declaration to winbase.h. by Alexandre Julliard · 24 years ago
- 8c9d3e4 HICON and HCURSOR should be interchangeable. by Francois Gouget · 24 years ago
- 634824b Raise an exception when a stub entry point is called. by Alexandre Julliard · 24 years ago
- 50bcd1a HFILE is an int, not a regular HANDLE. by Francois Gouget · 24 years ago
- eec9cbb Claim that our headers conform to the version 5.0. by Francois Gouget · 24 years ago
- 48fc4aa Moved LCTYPE, GetLocaleInfo, NUMBERFMT, CURRENCYFMT and the related by Francois Gouget · 24 years ago
- 5b317bc Enable anonymous struct/union support by default in both C and C++. by Francois Gouget · 24 years ago
- 83f52d1 Moved all Win16 definitions out of the standard Windows headers. by Alexandre Julliard · 25 years ago
- 52b2878 Added a macro for _declspec (backward compatibility synonym of by Francois Gouget · 25 years ago
- 565b008 - Added some missing WINELIB_NAME_AW definitions, types and messages by Peter Hunnisett · 25 years ago
- d45aeda Added a few more anonymous union definitions. by Ove Kaaven · 25 years ago
- ccc0a80 Added WM_TCARD and DWORDLONG. by Jeremy White · 25 years ago
- a537bec - Define HIC in this header rather than in windef.h (this is the by Francois Gouget · 25 years ago
- b4b8a82 Define the _X86_ macro on Intel processors. by Francois Gouget · 25 years ago
- 6aadd96 DECLARE_HANDLE should not be undef'ed after use. by Francois Gouget · 25 years ago
- fc8d15b Define __fastcall. by Huw D M Davies · 25 years ago
- 6d77d3a Use min/max instead of MIN/MAX. by Francois Gouget · 25 years ago
- abdb034 - Added missing definition for GLOBALHANDLE and LOCALHANDLE by Francois Gouget · 25 years ago
- 12f29b5 Have threads and processes exit more cleanly whenever possible. by Alexandre Julliard · 25 years ago
- a5affc6 Added typedefs for PSHORT and PUSHORT. by Matthew Cline · 25 years ago
- 82d1a8f Moved definitions such as BOOL16 and INT16 from windef.h into wine/windef16.h. by Jeremy White · 25 years ago
- 9dd9743 Changed the "this_is_a_syntax_error" error message to a more specific by Steven Elliott · 25 years ago
- 32b4325 Add support for anonymous struct/unions on compilers that implement it. by Patrik Stridvall · 26 years ago
- 891305b Removed __winelib flag. by Alexandre Julliard · 26 years ago
- 65367a9 Added type PWORD. by Huw D M Davies · 26 years ago
- 489cb8b GCC 3.0 has not been released yet, but it is good to be prepared. by Patrik Stridvall · 26 years ago
- b375678 Changed INSTR_EmulateInstruction to use a CONTEXT86 instead of a SIGCONTEXT. by Alexandre Julliard · 26 years ago
- 1327748 Added checks for sys/errno.h, sys/signal.h and sys/mman.h. by Howard Abrams · 26 years ago
- 2d0bb2a Started on an implementation of Win64 for use on 64 bit platforms. by Patrik Stridvall · 26 years ago
- 4a73973 Fixed/moved/added missing/wrong function prototypes. by Patrik Stridvall · 26 years ago
- 857eb39 Mad the include files idempotent using a consistent macro naming scheme. by Patrik Stridvall · 26 years ago
- aaa8306 Some non-threatening fixes to some headers, as well as some casting by Paul Quinn · 26 years ago
- a9f55c4 Split off wingdi16.h from wingdi.h. Add many more #defines/typedefs by Huw D M Davies · 26 years ago
- 10141fe Added some missing #defines I've run across. by Jim Aston · 26 years ago
- 4eb5edf Added support for strict handles. Only works on machines where by Adrian Thurston · 26 years ago
- 2840d1b Moved macro DECLARE_HANDLE() (in msacm.h and wtypes.h) to windef.h, by Jiuming Luo · 26 years ago
- 2e5113d Added a few empty macros. by Jim Aston · 26 years ago
- 2e1cafa Renamed wintypes.h to windef.h. by Jim Aston · 26 years ago
- a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
- 3f7ad7a Implemented the OLE Drag and Drop target registration mechanism and by Francis Beaudet · 26 years ago
- cdbdab7 Made nt-related types compatible, throw out wine-specific types. by Juergen Schmied · 26 years ago