1. eb9a863 Exported CALL32_Regs from ntdll, renamed to __wine_call_from_32_regs by Alexandre Julliard · 23 years ago
  2. 6b6596a Fixed packing and layout of many system structures. by Dmitry Timoshkov · 23 years ago
  3. ea31cf0 Fix LUID definition. by Francois Gouget · 23 years ago
  4. e5376f5 Added more STATUS_ codes. by Andreas Mohr · 24 years ago
  5. 705e7d7 Added STATUS_* constant for named pipes. Return STATUS_PIPE_NOT_AVAILABLE by Ove Kaaven · 24 years ago
  6. 45a5996 Added some defines for process security tokens. by Mike McCormack · 24 years ago
  7. 1426c8c Documentation updates. by Andreas Mohr · 24 years ago
  8. f6eb06b Enhanced SetThreadExecutionState stub. by Marcus Meissner · 24 years ago
  9. 7a2da17 Prevent multiple definitions caused by MSVCRT headers. by Francois Gouget · 24 years ago
  10. 7313b78 Added stub for SetThreadExecutionState (new function in Win98/2000). by James Juran · 24 years ago
  11. 880cd39 WINE_UNICODE_TEXT was incorrect. by François Gouget · 24 years ago
  12. 9f758cc Moved typedef of CRITICAL_SECTION out of #pragma pack(1) block. by Josh DuBois · 24 years ago
  13. 4570478 Use the Pentium's rdtsc instruction (if available) to implement by James Abbatiello · 24 years ago
  14. 4b1eb51 Defined architecture-specific macros for ppc. by Josh DuBois · 24 years ago
  15. 4ab1558 - Remove <string.h> from winnt.h. by Jon Griffiths · 24 years ago
  16. 15f9680 Replaced architecture-dependent configure checks by hardcoded by Ulrich Weigand · 24 years ago
  17. 0108d83 Fixed winebuild to work on non-Intel architectures. by Ulrich Weigand · 24 years ago
  18. 4543703 Declare all handles with DECLARE_OLD_HANDLE to ease conversion to STRICT. by François Gouget · 24 years ago
  19. 5e5c52d DUMMYSTRUCTNAME2 creates a conflict when using anonymous union names. by François Gouget · 24 years ago
  20. 5051020 Added better support for Unicode: by François Gouget · 24 years ago
  21. 9759140 Fixed IMAGE_RESOURCE_DIRECTORY_ENTRY on big-endian machines. by Ulrich Weigand · 24 years ago
  22. 42b3ee7 Moved some of the STDMETHOD/STDAPI to winnt.h. by François Gouget · 24 years ago
  23. 7d64676 Moved some macros like NULL, FALSE to winnt.h by François Gouget · 24 years ago
  24. 807b045 Changed the type of Function to PDWORD as on Windows. by François Gouget · 24 years ago
  25. 982a223 Replaced PTR_SEG_TO_LIN macro by exported MapSL function. by Alexandre Julliard · 24 years ago
  26. 31b6d09 Modified winebuild to use the __ASM_FUNC macro for greater portability. by Dimitrie O. Paun · 24 years ago
  27. c77cbbc Test if we need to put the .type directive inside a .def directive. by Dimitrie O. Paun · 24 years ago
  28. dfd3d4a Moved GET_IP out of winnt.h. by Alexandre Julliard · 24 years ago
  29. 28a242e Removed double ANYSIZE_ARRAY define. by Andreas Mohr · 24 years ago
  30. da0acca Use DUMMYxxxNAME for anonymous struct/unions. by Francois Gouget · 24 years ago
  31. 7a38452 We must include ctype.h so that applications get isalnum & co. by Francois Gouget · 24 years ago
  32. 1b4c779 Added missing IMAGE_DEBUG_MISC definition. by Ulrich Weigand · 24 years ago
  33. 220312e Skip directory symlinks in DOSFS_FindNextEx. by Andreas Mohr · 24 years ago
  34. 5e4b7de Completed/corrected the list of include files. by Francois Gouget · 24 years ago
  35. 48fc4aa Moved LCTYPE, GetLocaleInfo, NUMBERFMT, CURRENCYFMT and the related by Francois Gouget · 24 years ago
  36. d76f9f9 Implemented a bunch of large integer functions in ntdll. by Alexandre Julliard · 25 years ago
  37. d8fab2e Removed some of the XXX_reg macros now that we are using the standard by Alexandre Julliard · 25 years ago
  38. 770eb51 Moved most global data out of the LPDOSTASK structure. by Alexandre Julliard · 25 years ago
  39. 565b008 - Added some missing WINELIB_NAME_AW definitions, types and messages by Peter Hunnisett · 25 years ago
  40. ea1afce Added APC support in waitable timers. by Alexandre Julliard · 25 years ago
  41. ccc0a80 Added WM_TCARD and DWORDLONG. by Jeremy White · 25 years ago
  42. 9f7907e Moved Wine private heap creation flags to other values. by Peter Ganten · 25 years ago
  43. 7b49914 Removed the hModule parameter from various DOSMEM routines, the DOSMEM by Ove Kaaven · 25 years ago
  44. 9b2060a Change the V86BASE macro to call DOSMEM_MemoryBase() instead of using by Ove Kaaven · 25 years ago
  45. ae41e8c Reordered the CALLBACK and WINAPI directives so that it compiles with by Francois Gouget · 25 years ago
  46. 5353224 Sorted out a few misplaced definitions. by Francois Gouget · 25 years ago
  47. 43bcf40 #undef DELETE before (re)defining it. by Gerald Pfeifer · 25 years ago
  48. 246c360 Reserve space for the PE header at the start of the .so file. by Alexandre Julliard · 25 years ago
  49. 1ca9be8 Added DECL_GLOBAL_CONSTRUCTOR macro. by Alexandre Julliard · 25 years ago
  50. b42ed54 Include string.h to make winnt.h self-sufficient. by Francois Gouget · 25 years ago
  51. 180a088 Moved PE header definitions to winnt.h where they belong. by Alexandre Julliard · 25 years ago
  52. 32a5b63 Moved some registry definitions to winnt.h. by Andreas Mohr · 25 years ago
  53. d628f43 Fixed some ANSI C violations. by Patrik Stridvall · 25 years ago
  54. ba40e4c Moved the definition of PTSTR and LPTSTR from tchar.h to winnt.h. by Francois Gouget · 25 years ago
  55. 9f50d04 Fixed definition of the RtlMemory functions. Use macros internally and by Juergen Schmied · 25 years ago
  56. 916f975 Improved the selector get/set functions. by Alexandre Julliard · 25 years ago
  57. 079fd72 Share the system heap between different address spaces. Made process by Alexandre Julliard · 25 years ago
  58. c18740d Added some error codes. by Alexandre Julliard · 25 years ago
  59. bc3c4d4 More STATUS_ codes. by Juergen Schmied · 25 years ago
  60. 044db46 Stubs for LsaFreeMemory, LsaQueryInformationPolicy, LsaClose. Small fixes. by Juergen Schmied · 25 years ago
  61. 2fab2ef Changed to use new server-side registry support. by Alexandre Julliard · 25 years ago
  62. 9b233bd Modified Win32 register function handling. by Ulrich Weigand · 25 years ago
  63. 6bba78e Moved GET_IP macro to winnt.h by Ulrich Weigand · 25 years ago
  64. 248c75e (Preliminary) CONTEXT structure for SPARC added. by Ulrich Weigand · 25 years ago
  65. ae8342d Bugfix: Exception handlers are *not* WINAPI. by Ulrich Weigand · 25 years ago
  66. 311e456 Added support for anonymous structs/unions on compilers that implement it. by Patrik Stridvall · 26 years ago
  67. cebd60b Removed global variable pCurrentTeb. by Ulrich Weigand · 26 years ago
  68. 016e059 Fixed #ifdef symbol for PowerPC. by Alexandre Julliard · 26 years ago
  69. 7d8cfeb Removed IP_reg, SP_reg and FL_reg definitions to avoid potential by Alexandre Julliard · 26 years ago
  70. 4a0af42 Added CONTEXT for ALPHA and MIPS. by Marcus Meissner · 26 years ago
  71. 3b8a724 Suppressed compiler warning by using the 'unused' attribute. by Lionel Ulmer · 26 years ago
  72. 0fa6dad Fixed some CONTEXT86 vs. CONTEXT mismatches. by Ulrich Weigand · 26 years ago
  73. 4a73973 Fixed/moved/added missing/wrong function prototypes. by Patrik Stridvall · 26 years ago
  74. f6b08dd Added CONTEXT86 definition. Added PowerPC context as an example (not tested). by Alexandre Julliard · 26 years ago
  75. 0a860a0 Merged THDB and TEB structures. by Alexandre Julliard · 26 years ago
  76. 857eb39 Mad the include files idempotent using a consistent macro naming scheme. by Patrik Stridvall · 26 years ago
  77. 1ab8c68 Added a few missing debug event definitions. by Alexandre Julliard · 26 years ago
  78. 89fae7e Moved some exception definitions to winnt.h and ntddk.h. by Alexandre Julliard · 26 years ago
  79. dd93d25 Improved exception handling. by Alexandre Julliard · 26 years ago
  80. c7a8dde #pragma pack(?) changed to #include "*pack*.h" by Patrik Stridvall · 26 years ago
  81. 0f8bc5b Fixed ANSI compabillity. by Patrik Stridvall · 26 years ago
  82. 8de3ba8 More #pragma fixes (idea Ove Kaaven, mistakes are mine). by Joerg Mayer · 26 years ago
  83. 2e1cafa Renamed wintypes.h to windef.h. by Jim Aston · 26 years ago
  84. 3979647 Added coded stubs for DdeQueryConvInfo (16 & 32 bit), DdeAddData (32 by Keith Matthews · 26 years ago
  85. ea1640f Added a lot of new OLE interfaces. by Paul Quinn · 26 years ago
  86. 7f0c5f3 Many new prototypes. by Juergen Schmied · 26 years ago
  87. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  88. 2f07306 Added a few exception codes. by Alexandre Julliard · 26 years ago
  89. 3426d85 - made the security functions consistent. advapi calls down to ntdll now by Juergen Schmied · 26 years ago
  90. 87e385f Moved some definitions to their proper include file. by Francois Gouget · 26 years ago
  91. cdbdab7 Made nt-related types compatible, throw out wine-specific types. by Juergen Schmied · 26 years ago
  92. 17822f4 Moved everything out of windows.h. by Michael Veksler · 26 years ago
  93. 791cd6a Added console support. by Joseph Pranevich · 26 years ago
  94. 56d52aa Moved some declarations from imagehlp.h to common include files. by Patrik Stridvall · 26 years ago
  95. bf5f693 Implemented HEAP_WINE_CODE16SEG SEGPTR heaps with 16-bit code segments. by Ulrich Weigand · 26 years ago
  96. 767e6f6 Release 980809 by Alexandre Julliard · 27 years ago wine-980809
  97. f90efa9 Release 980614 by Alexandre Julliard · 27 years ago wine-980614
  98. a845b88 Release 980601 by Alexandre Julliard · 27 years ago wine-980601
  99. a69b88b Release 980315 by Alexandre Julliard · 27 years ago wine-980315
  100. 03468f7 Release 980215 by Alexandre Julliard · 27 years ago wine-980215