Delegates messages directly to the edit control window proc instead of
[wine] / include / winnt.h
2004-05-04  Alexandre JulliardExplicitly specify alignment of 64-bit types.
2004-04-19  Alexandre JulliardFixed/updated the file attributes defines.
2004-04-05  Juan Langifdef guard TCHAR declaration like PSDK does.
2004-03-09  Alexandre JulliardReimplemented GetVolumeInformation and SetVolumeLabel...
2004-02-27  Patrik StridvallAdded macro DEFAULT_UNREACHABLE.
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
2004-01-09  Alexandre JulliardGet rid of no longer needed WINE_PACKED define.
2003-12-13  Ge van GeldorpWhen building a PE DLL (MinGW), variables exported...
2003-12-04  Alexandre JulliardMoved the DEFINE_REGS_ENTRYPOINT macros to include...
2003-11-11  Ulrich CzekallaAdded stubs for AccessCheckByType, AddAuditAccessAce,
2003-10-28  Alexandre JulliardImplemented Add/RemoveVectoredExceptionHandler.
2003-09-30  Daniel MarmierUse #ifdef instead of #if for all feature tests.
2003-09-24  Alexandre JulliardMoved the Windows version code to dlls/ntdll, and imple...
2003-09-19  Eric PouechImplemented kernel32.GetIoProcessCounters and stubbed
2003-09-16  Mike McCormackAdded mailslot defines.
2003-09-09  Alexandre JulliardSome STATUS_* defines have to be duplicated in winnt.h.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-28  Dimitrie O. PaunUse angle brackets (<>) rather than quotes ("") for...
2003-08-28  Alexandre JulliardRenamed EXCEPTION_FRAME to EXCEPTION_REGISTRATION_RECOR...
2003-08-13  Dimitrie O. PaunAdd a bunch of IMAGE_SIZEOF_* constants.
2003-08-12  Dimitrie O. PaunConsolidate all kernel power management functions.
2003-07-19  Jeff Muizelaar- add IMAGE_FILE_NET_RUN_FROM_SWAP define
2003-07-15  Pierre d'HerbemontChange __PPC__ define to __powerpc__.
2003-06-30  Marcus MeissnerAdded PF_PAE_ENABLED and PF_XMMI64_INSTRUCTIONS defines.
2003-06-16   <ma@technoprint.ch>Added AddAccessAllowdAceEx, AddAccessDeniedAceEx, GetAc...
2003-05-08  Pierre d'HerbemontAdd Dar, Dsisr and Trap registers for the PowerPC CONTE...
2003-04-10  Alexandre JulliardUse a more compatible technique to declare COM interfac...
2003-04-08  Thomas MertesImplemented RtlRandom, RtlAreAllAccessesGranted,
2003-04-02  Andreas MohrSome spelling and formatting fixes.
2003-03-12  Tony LambregtsAdd flags for RegRestoreKey.
2003-01-30  Dimitrie O. PaunRemove writable-strings support.
2003-01-24  Alexandre JulliardRemoved a couple of extra semicolons.
2003-01-15  Alexandre JulliardFixed typo.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2003-01-04  Dimitrie O. PaunRename __WINE__ to __WINESRC__.
2003-01-04  Dimitrie O. PaunEnable nameless structures in C++ for gcc >= 3.x (disco...
2002-12-19  Dimitrie O. PaunAdd definitions for N[W]PSTR.
2002-12-18  Alexandre JulliardAvoid including other headers from the msvcrt headers...
2002-12-17  Alexandre JulliardImplemented the Fiber* functions (with the help of...
2002-12-10  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-12-10  Jeff SmithAdded definitions for REG_QWORD and REG_QWORD_LITTLE_EN...
2002-12-10  Steven EdwardsAlpha porting fixes.
2002-11-25  Mike McCormackImplemented registry change notifications.
2002-11-23  Alexandre JulliardRemoved the WINE_NO_STRICT support.
2002-11-18  Patrik StridvallNo version of GNU C++ (unlike GNU C) supports unnamed...
2002-11-04  Patrik StridvallFixed mismatches between the Wine headers and the Micro...
2002-10-25  Alexandre JulliardGet rid of FILE_ATTRIBUTE_SYMLINK (based on a patch...
2002-10-23  Patrik StridvallFixed mismatches between the Wine headers and the Micro...
2002-10-21  Alexandre JulliardFixed the WINE_NO_STRICT #ifdefs to do the right thing...
2002-10-19  Alexandre JulliardRemoved DECLARE_OLD_HANDLE. Fixed a few remaining warnings.
2002-10-18  Alexandre JulliardAdded support for building certain dlls with -DSTRICT.
2002-10-07  Steve LustbaderProvide stubs for Create/DeleteTimerQueueTimer.
2002-10-03  Alexandre JulliardRemoved LPxxx handle types that don't exist under Windows.
2002-10-02  György 'Nog' JeneyAdded a couple of defines.
2002-10-02  Patrik StridvallAdded some more useful macros.
2002-10-01  Patrik StridvallAdded a GNU C implementation of some of the DECLSPEC_...
2002-09-17  Alexandre JulliardImplemented the ntdll virtual memory functions, and...
2002-09-17  Francois GougetRemove references to PCVOID and LPUINT.
2002-09-17  Francois GougetMove all STATUS_* and RPC_NT_* to ntstatus.h as per...
2002-09-12  Alexandre JulliardRemoved the __uint* types from basetsd.h since they...
2002-09-10  Patrik StridvallAdded a few macros for MS C/C++ specific features.
2002-09-09  Andriy PalamarchukRtlNtStatusToDosError: Added new NT status to error...
2002-08-31  Alexandre JulliardMoved internal context macros out of winnt.h.
2002-08-30  Marcus MeissnerUse Iar (Instruction Address Register) instead of Fill[0].
2002-08-26  Andriy PalamarchukSetTokenInformation stub implementation, a few other...
2002-08-20  Marcus MeissnerUse r2 instead of r13 for TLS, since r13 is used in...
2002-08-15  Alexandre JulliardAdded support for #pragma code_page.
2002-08-06  Alexandre JulliardAuthors: Josh DuBois <duboisj@codeweavers.com>, Marcus...
2002-07-22  Alexandre JulliardGenerate the __ASM_NAME and __ASM_FUNC macros directly...
2002-07-20  Gregg MattinsonFixed __builtin_return_address.
2002-07-05  Gregg Mattinson- Forte C does not support nameless structures or unions
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-29  Alexandre JulliardMoved WORDS_BIGENDIAN macros to basetsd.h.
2002-05-29  Gregg MattinsonFixed the LARGE_INTEGER and ULARGE_INTEGER unions for...
2002-05-16  Alexandre JulliardMoved the selector access functions out of winnt.h...
2002-05-04  Patrik StridvallMS C related changes.
2002-04-29  Patrik StridvallMicrosoft C related changes.
2002-04-25  Alexandre JulliardMoved __ASM_GLOBAL_FUNC macros and interlocked function...
2002-04-05  Steven EdwardsFixed mingw32 warning about stdcall and fastcall being...
2002-04-02  Geoffrey HausheerAdded test for thread functions.
2002-04-02  Alexandre JulliardImplemented a large number of the 32-bit setupapi funct...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Andreas MohrAdded some defines and offsets.
2002-02-25  Peter HunnisettNew file msvcrt/excpt.h. Move some stuff out of winnt...
2002-01-31  Patrik StridvallMove __stdcall/__cdecl to the right place.
2002-01-12  Alexandre JulliardFixed typos.
2001-12-19  Alexandre JulliardMoved heap functions to ntdll.
2001-12-11  Alexandre JulliardExported CALL32_Regs from ntdll, renamed to __wine_call...
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)...
next