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