Redesign of the server communication protocol to allow arbitrary sized
[wine] / include / winnt.h
2001-11-23  Dmitry TimoshkovFixed packing and layout of many system structures.
2001-11-20  Francois GougetFix LUID definition.
2001-08-09  Andreas MohrAdded more STATUS_ codes.
2001-07-17  Ove KaavenAdded STATUS_* constant for named pipes. Return STATUS_...
2001-06-22  Mike McCormackAdded some defines for process security tokens.
2001-06-06  Andreas MohrDocumentation updates.
2001-05-18  Marcus MeissnerEnhanced SetThreadExecutionState stub.
2001-04-10  Francois GougetPrevent multiple definitions caused by MSVCRT headers.
2001-03-13  James JuranAdded stub for SetThreadExecutionState (new function...
2001-02-28  François GougetWINE_UNICODE_TEXT was incorrect.
2001-02-20  Josh DuBoisMoved typedef of CRITICAL_SECTION out of #pragma pack...
2001-02-13  James AbbatielloUse the Pentium's rdtsc instruction (if available)...
2001-02-13  Josh DuBoisDefined architecture-specific macros for ppc.
2001-01-22  Jon Griffiths- Remove <string.h> from winnt.h.
2001-01-11  Ulrich WeigandReplaced architecture-dependent configure checks by...
2000-12-29  Ulrich WeigandFixed winebuild to work on non-Intel architectures.
2000-12-26  François GougetDeclare all handles with DECLARE_OLD_HANDLE to ease...
2000-12-19  François GougetDUMMYSTRUCTNAME2 creates a conflict when using anonymou...
2000-12-19  François GougetAdded better support for Unicode:
2000-12-19  Ulrich WeigandFixed IMAGE_RESOURCE_DIRECTORY_ENTRY on big-endian...
2000-12-19  François GougetMoved some of the STDMETHOD/STDAPI to winnt.h.
2000-12-15  François GougetMoved some macros like NULL, FALSE to winnt.h
2000-12-15  François GougetChanged the type of Function to PDWORD as on Windows.
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-01  Dimitrie O. PaunModified winebuild to use the __ASM_FUNC macro for...
2000-11-27  Dimitrie O. PaunTest if we need to put the .type directive inside a...
2000-11-25  Alexandre JulliardMoved GET_IP out of winnt.h.
2000-11-25  Andreas MohrRemoved double ANYSIZE_ARRAY define.
2000-11-10  Francois GougetUse DUMMYxxxNAME for anonymous struct/unions.
2000-11-08  Francois GougetWe must include ctype.h so that applications get isalnu...
2000-11-07  Ulrich WeigandAdded missing IMAGE_DEBUG_MISC definition.
2000-10-19  Andreas MohrSkip directory symlinks in DOSFS_FindNextEx.
2000-10-13  Francois GougetCompleted/corrected the list of include files.
2000-10-12  Francois GougetMoved LCTYPE, GetLocaleInfo, NUMBERFMT, CURRENCYFMT...
2000-10-01  Alexandre JulliardImplemented a bunch of large integer functions in ntdll.
2000-09-25  Alexandre JulliardRemoved some of the XXX_reg macros now that we are...
2000-09-24  Alexandre JulliardMoved most global data out of the LPDOSTASK structure.
2000-09-19  Peter Hunnisett- Added some missing WINELIB_NAME_AW definitions, types...
2000-08-22  Alexandre JulliardAdded APC support in waitable timers.
2000-08-02  Jeremy WhiteAdded WM_TCARD and DWORDLONG.
2000-08-01  Peter GantenMoved Wine private heap creation flags to other values.
2000-07-28  Ove KaavenRemoved the hModule parameter from various DOSMEM routi...
2000-07-23  Ove KaavenChange the V86BASE macro to call DOSMEM_MemoryBase...
2000-06-11  Francois GougetReordered the CALLBACK and WINAPI directives so that...
2000-05-24  Francois GougetSorted out a few misplaced definitions.
2000-05-23  Gerald Pfeifer#undef DELETE before (re)defining it.
2000-05-10  Alexandre JulliardReserve space for the PE header at the start of the...
2000-05-01  Alexandre JulliardAdded DECL_GLOBAL_CONSTRUCTOR macro.
2000-04-24  Francois GougetInclude string.h to make winnt.h self-sufficient.
2000-04-18  Alexandre JulliardMoved PE header definitions to winnt.h where they belong.
2000-03-26  Andreas MohrMoved some registry definitions to winnt.h.
2000-03-24  Patrik StridvallFixed some ANSI C violations.
2000-03-19  Francois GougetMoved the definition of PTSTR and LPTSTR from tchar...
2000-02-26  Juergen SchmiedFixed definition of the RtlMemory functions. Use macros...
2000-02-26  Alexandre JulliardImproved the selector get/set functions.
2000-01-25  Alexandre JulliardShare the system heap between different address spaces...
2000-01-24  Alexandre JulliardAdded some error codes.
2000-01-12  Juergen SchmiedMore STATUS_ codes.
1999-12-11  Juergen SchmiedStubs for LsaFreeMemory, LsaQueryInformationPolicy...
1999-11-23  Alexandre JulliardChanged to use new server-side registry support.
1999-11-13  Ulrich WeigandModified Win32 register function handling.
1999-11-13  Ulrich WeigandMoved GET_IP macro to winnt.h
1999-11-10  Ulrich Weigand(Preliminary) CONTEXT structure for SPARC added.
1999-11-10  Ulrich WeigandBugfix: Exception handlers are *not* WINAPI.
1999-09-19  Patrik StridvallAdded support for anonymous structs/unions on compilers...
1999-09-03  Ulrich WeigandRemoved global variable pCurrentTeb.
1999-08-21  Alexandre JulliardFixed #ifdef symbol for PowerPC.
1999-08-01  Alexandre JulliardRemoved IP_reg, SP_reg and FL_reg definitions to avoid...
1999-07-31  Marcus MeissnerAdded CONTEXT for ALPHA and MIPS.
1999-07-24  Lionel UlmerSuppressed compiler warning by using the 'unused' attri...
1999-07-15  Ulrich WeigandFixed some CONTEXT86 vs. CONTEXT mismatches.
1999-07-04  Patrik StridvallFixed/moved/added missing/wrong function prototypes.
1999-06-26  Alexandre JulliardAdded CONTEXT86 definition.
1999-06-22  Alexandre JulliardMerged THDB and TEB structures.
1999-06-12  Patrik StridvallMad the include files idempotent using a consistent...
1999-05-16  Alexandre JulliardAdded a few missing debug event definitions.
1999-05-12  Alexandre JulliardMoved some exception definitions to winnt.h and ntddk.h.
1999-05-09  Alexandre JulliardImproved exception handling.
1999-04-25  Patrik Stridvall#pragma pack(?) changed to #include "*pack*.h"
1999-04-22  Patrik StridvallFixed ANSI compabillity.
1999-04-03  Joerg MayerMore #pragma fixes (idea Ove Kaaven, mistakes are mine).
1999-03-14  Jim AstonRenamed wintypes.h to windef.h.
1999-03-13  Keith MatthewsAdded coded stubs for DdeQueryConvInfo (16 & 32 bit...
1999-03-10  Paul QuinnAdded a lot of new OLE interfaces.
1999-03-09  Juergen SchmiedMany new prototypes.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-21  Alexandre JulliardAdded a few exception codes.
1999-02-19  Juergen Schmied- made the security functions consistent. advapi calls...
1999-02-17  Francois GougetMoved some definitions to their proper include file.
1999-02-12  Juergen SchmiedMade nt-related types compatible, throw out wine-specif...
1999-02-09  Michael VekslerMoved everything out of windows.h.
1998-12-02  Joseph PranevichAdded console support.
1998-11-14  Patrik StridvallMoved some declarations from imagehlp.h to common inclu...
1998-10-11  Ulrich WeigandImplemented HEAP_WINE_CODE16SEG SEGPTR heaps with 16...
1998-08-09  Alexandre JulliardRelease 980809 wine-980809
1998-06-14  Alexandre JulliardRelease 980614 wine-980614
1998-06-01  Alexandre JulliardRelease 980601 wine-980601
1998-03-15  Alexandre JulliardRelease 980315 wine-980315
1998-02-15  Alexandre JulliardRelease 980215 wine-980215
1998-02-01  Alexandre JulliardRelease 980201 wine-980201
next