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