commdlg: Implemented notifications are only sent with OFN_EXPLORER flag set.
[wine] / include / winnt.h
2009-03-09  Luke Bensteadwinnt.h: Completed TOKEN_INFORMATION_CLASS enum definition.
2009-02-04  Aric Stewartadvapi32: Add Security Label sids used by IE7.
2009-01-06  Alexandre Julliardinclude: Document offsets in the x86_64 context structure.
2009-01-04  Alexandre Julliardinclude: Fix data structures for processor affinity...
2008-12-15  Alexandre Julliardntdll: NtCurrentTeb is not exported on x86_64.
2008-12-15  Alexandre Julliardinclude: Allow 64-bit pointers to pass through LDT...
2008-12-09  Alexandre Julliardinclude: Fix a few compiler warnings for the Mingw64...
2008-12-08  Alexandre Julliardinclude: Added some definitions for x86_64 exception...
2008-12-04  Alexandre Julliardntdll: Implemented RtlCaptureContext.
2008-12-01  Maarten Lankhorstinclude: Add NtCurrentTeb assembly for win64.
2008-11-18  Alexandre Julliardntdll: Get rid of the Wine-specific MEM_SYSTEM flag.
2008-09-05  Marcus MeissnerAnnotate with allocation size attribute.
2008-09-04  Alexandre Julliardkernel32: Implemented the wrapper functions for job...
2008-09-03  James Hawkinsadvapi32: Fix the process access rights value for Vista.
2008-08-26  Paul Vrienskernel32/tests: Fix two failures on win9x.
2008-07-24  Mikołaj Zalewskiinclude: Add KEY_WOW64_* defines.
2008-07-23  Dan Hipschmaninclude: Add WT_TRANSFER_IMPERSONATION to winnt.h.
2008-06-23  Jon Griffithsntdll: Implement [Rtl]InitializeCriticalSectionEx.
2008-05-30  Alexandre Julliardinclude: Use WINE_NO_UNICODE_MACROS instead of __WINESR...
2008-05-23  Alam Ariasinclude: Modify UNREFERENCED macros to cast to void.
2008-03-22  Dan Hipschmanadvapi32: Add a stub for CreateRestrictedToken.
2008-03-04  Steven Edwardswinnt.h: Fix dllimport and visibility attributes on...
2008-02-29  Dmitry Timoshkovkernel32: Add stubs for fiber local storage APIs.
2008-02-16  Rob Shearmaninclude: Fix the C_ASSERT macro to not generate an...
2007-12-19  Dmitry Timoshkovinclude: Add CONTEXT86_EXTENDED_REGISTERS and CONTEXT86...
2007-12-03  Rob Shearmaninclude: Move Wine-specific EH_* defines from winnt...
2007-11-07  Alexandre Julliardinclude: Mark imported functions with hidden visibility.
2007-11-07  Alexandre Julliardinclude: Add NTSYSAPI to the exported ntdll functions.
2007-10-26  Mikolaj Zalewskiadvapi32: Add a well known sid.
2007-10-23  Rob Shearmaninclude: Remove duplicate ACL_REVISION1 and ACL_REVISIO...
2007-09-26  Mikolaj Zalewskiinclude: Fix the definition of VALID_INHERIT_FLAGS.
2007-09-21  Peter Oberndorferinclude: Add new processor feature constants.
2007-05-29  Francois GougetIn the PSDK HRESULT_FROM_WIN32() is now an inline funct...
2007-03-29  Jacek Cabanwinnt.h: Added activation context structures declarations.
2007-02-12  Francois Gougetntdll: Fix compilation on systems that don't support...
2007-02-12  Francois Gougetntdll: Add prototypes to winnt.h for the SList functions.
2007-02-09  Francois GougetMake winnt.h C++ compatible.
2007-02-08  Kevin Koltzauwinnt.h: Correct declaration of SLIST_HEADER and SLIST_...
2007-02-05  Alexandre Julliardwinnt.h: Avoid warnings on Mac OS X.
2007-02-05  Mike McCormackwinnt.h: Add defines for SLIST_HEADER.
2006-12-20  Alexandre Julliardinclude: Get rid of the WINE_NO_LONG_AS_INT ifdefs.
2006-12-20  Hans Leidekkerwinedump: Start dumping .NET specific bits from PE...
2006-11-27  Dmitry Timoshkovinclude: Add some structures a definitions required...
2006-11-17  Kevin Koltzauwinnt.h: Add AMD64 relocation types.
2006-11-17  Kevin Koltzauwinnt.h: Add defines for new DLL characteristics.
2006-11-08  Dmitry Timoshkovinclude: Add the PROCESS_SUSPEND_RESUME definition.
2006-11-02  Mike McCormackkernel32: Declare HeapQueryInformation and HeapSetInfor...
2006-10-12  Andrew Talbotwinedump: Cast-qual warnings fix (with thanks to Dmitry...
2006-09-29  Michael Stefaniucinclude: Make DWORD/LONG/ULONG an int to use the same...
2006-09-28  Robert Shearmaninclude: Add recently added PSDK VM flags to winnt.h.
2006-09-20  Alexandre Julliardinclude: Added definitions for the fault address except...
2006-09-20  Alexandre Julliardinclude: Exception filters should return LONG, not...
2006-08-07  Robert Reifwinnt.h: Add some more RIDs.
2006-08-03  Robert Reifwinnt.h: Add missing define.
2006-07-24  Robert Reifwinnt.h: Add more SID defines.
2006-07-17  Robert Reifinclude: Add well known sids and quota limits to winnt.h.
2006-06-13  Michael Stefaniucinclude: The visibility attribute is supported only...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-08  James Hawkinsinclude: Add missing SECURITY_QUALITY_OF_SERVICE defines.
2006-03-28  Thomas Weidenmuelleradvapi32: Fixed building TRUSTEEs with objects.
2006-03-21  Alexandre Julliardntdll: Added a DLL_WINE_PREATTACH call to DllMain for...
2006-02-15  Mike McCormackinclude: Add WT_ defines for use with RegisterWaitForSi...
2006-02-14  Francois Gougetinclude: Add missing LANG_xxx and SUBLANG_xxx constants.
2006-02-03  Mike McCormackntdll: Add FILE_ACTION and FILE_NOTIFY_CHANGE_ defines...
2006-01-26  Hans Leidekkerinclude: Add some defines related to tape support.
2006-01-16  Mike McCormackkernel32: Add FILE_NOTIFY_INFORMATION.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-10-30  Alexandre JulliardMake all winecrt0 functions and variables hidden.
2005-09-22  Alexandre JulliardDefine data types to the correct size on 64-bit platforms.
2005-09-12  Alexandre JulliardFixed a few more pointer to integer typecast issues...
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-07-27  Huw DaviesAdd the 'flag' types: FCHAR, FSHORT and FLONG.
2005-07-19  Kevin KoltzauDefine 64bit PE structures.
2005-07-18  Kevin KoltzauDefine x86_64 context.
2005-07-15  Dmitry TimoshkovUse SIZE_T type for size variables in NTDLL when approp...
2005-07-06  Mike McCormackDefine PVOID64 and FILE_SEGMENT_ELEMENT.
2005-06-27  Mike McCormackAdd pointer types for token structures.
2005-06-27  Mike McCormackDUPLICATE_* flags should be defined in winnt.h.
2005-06-20  Marcus MeissnerAdded PF_NX_ENABLED definition.
2005-06-16  Steven EdwardsRemoved duplicated ALPHA platform context definitions.
2005-05-23  Ivan Leo PuotiUpdate LDT_ENTRY definition.
2005-05-06  Alexandre JulliardEric Kohl <eric.kohl_at_t-online.de>
2005-04-22  Robert Shearman- Clean up well-known privileges.
2005-04-12  Ivan Leo PuotiAdded typedef for DEVICE_POWER_STATE.
2005-04-11  Benjamin CutlerAdded function/enum/structs for power management API.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-19  Alexandre JulliardAdded support for the TLS expansion slots, adding an...
2005-03-17  Dmitry TimoshkovMatch OVERLAPPED structure to the SDK definition.
2005-02-24  Dmitry TimoshkovMatch RaiseException and EXCEPTION_RECORD to SDK defini...
2005-02-22  Ivan Leo PuotiAdded a couple of defines.
2005-02-18  James HawkinsConditionally add DECLSPEC_ALIGN(8) to wine's 64-bit...
2005-02-16  Ivan Leo PuotiAdd EVENT_QUERY_STATE define.
2005-02-11  Robert Shearman- Implement AdjustTokenPrivileges, DuplicateTokenEx and
2004-11-19  Jon GriffithsUse _WINNT_ as exclusion define for source compatibility.
2004-10-11  Adam D. MossDefine VER_SUITE_BLADE.
2004-09-01  Alexandre JulliardGet rid of the WINE_UNUSED macro.
2004-09-01  Alexandre JulliardFixed alignment of TOKEN_STATISTICS.
2004-08-27  Mike McCormackAdded a few more prototypes to the headers.
2004-08-26  Francois GougetAssorted spelling fixes.
2004-08-24  Francois GougetFix alignment issues for MEMORYSTATUSEX, WIN32_STREAM_I...
next