oleaut32/tests: Fix double GlobalFree in olepicture tests.
[wine] / include / winbase.h
2008-12-11  Alexandre Julliardinclude: Fix typo in the 64-bit version of GetProcessHe...
2008-12-09  Alexandre Julliardinclude: Disable the asm optimizations for the Windows...
2008-12-08  Alexandre Julliardinclude: Implemented inline asm functions for x86_64...
2008-12-08  Alexandre Julliardinclude: Fix the 64-bit value of magic handle constants.
2008-11-14  Alexandre Julliardkernel32: Added GetWriteWatch and ResetWriteWatch.
2008-11-11  Alexandre Julliardkernel32: Implemented the Ex variants of CreateEvent...
2008-09-05  Marcus MeissnerAnnotate with allocation size attribute.
2008-09-04  Alexandre Julliardkernel32: Implemented the wrapper functions for job...
2008-08-28  Vijay Kiran Kamujuadvapi32: Add stub for ConvertToAutoInheritPrivateObjec...
2008-07-22  Dan Hipschmankernel32: Add a stub for ChangeTimerQueueTimer.
2008-07-11  Roy Sheainclude: Add header for mstask.
2008-06-23  Jon Griffithsntdll: Implement [Rtl]InitializeCriticalSectionEx.
2008-05-30  Alexandre Julliardinclude: Use WINE_NO_UNICODE_MACROS instead of __WINESR...
2008-03-22  Dan Hipschmanadvapi32: Add a stub for CreateRestrictedToken.
2008-03-15  Alexandre Julliardkernel32: Implemented ReadFileScatter and WriteFileGather.
2008-03-14  Dan Hipschmankernel32: Add the MOVEFILE_WRITE_THROUGH flag for MoveF...
2008-02-29  Dmitry Timoshkovkernel32: Add stubs for fiber local storage APIs.
2008-02-15  Francois Gougetkernel32: Add prototypes for [GS]etDynamicTimeZoneInfor...
2007-11-13  Rob Shearmankernel32: Implement GetThreadId.
2007-11-07  Alexandre Julliardinclude: Add WINBASEAPI to the exported kernel32 functions.
2007-11-06  Alexandre Julliardinclude: Moved AttachThreadInput prototype to winuser...
2007-10-29  Detlef Riekenberginclude/winbase: Fix a typo.
2007-10-23  Francois GougetBetter match the PSDK types and update win32.api to...
2007-10-17  Bang Jun-youngadvapi32: Fix AdjustTokenPrivileges() to match the...
2007-09-25  Mikolaj Zalewskiadvapi32: Add AddAuditAccessAceEx.
2007-07-11  Alexandre Julliardkernel32: Implemented GetTickCount64.
2007-05-21  Dmitry Timoshkovkernel32: Fix the size of ThreadAffinityMask to match...
2007-05-07  Kevin Koltzauwinbase.h: Define FILE_FLAG_OPEN_REPARSE_POINT.
2007-05-03  Andrew Talbotkernel32: Constify a variable.
2007-04-27  Kirill K. Smirnovkernel32: Add partial stub for NeedCurrentDirectoryForE...
2007-02-09  Francois Gougetkernel32: Add prototypes to winbase.h for the SList...
2007-01-22  Bang Jun-Youngwinbase.h: Cosmetic changes.
2007-01-02  Mike McCormackkernel32: Implement CopyFileWithProgress.
2006-11-15  Rob Shearmaninclude: Add security QOS flags to winbase.h.
2006-11-08  Francois Gougetinclude: The PSDK does not have the A/W variants of...
2006-11-02  Francois Gougetinclude: Fix the HeapQueryInformation() prototype.
2006-11-02  Mike McCormackkernel32: Declare HeapQueryInformation and HeapSetInfor...
2006-10-12  James Hawkinsadvapi32: Add missing declarations to the public headers.
2006-09-20  Alexandre Julliardinclude: Exception filters should return LONG, not...
2006-09-08  Andrew Talbotkernel: Constify a formal parameter.
2006-08-16  Robert Reifkernel32: Add GetNativeSystemInfo.
2006-08-11  Robert Reifkernel32: Add IsWow64Process.
2006-07-17  Robert Reifadvapi32: Add CreateWellKnownSid and IsWellKnownSid.
2006-06-12  Alexandre Julliardinclude: Added prototype for DllMain.
2006-05-27  Eric Pouechntdll/kernel32: Pipe information.
2006-05-27  Alexandre Julliardkernel32: Partial implementation of GetModuleHandleExA/W.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-23  Robert Shearmaninclude: Add defines used in CopyFileEx.
2006-05-20  Paul Chitescuadvapi32: Add stub FileEncryptionStatus and declarations.
2006-03-16  Detlef Riekenbergwinbase.h: Add missing LMEM_INVALID_HANDLE define.
2006-02-06  Eric PouechA few fixes for pointer qualifiers (const, volatile...
2006-01-26  Hans Leidekkerinclude: Add some defines related to tape support.
2006-01-17  Mike McCormackkernel32: Create a stub implementation for PostQueuedCo...
2006-01-16  Mike McCormackkernel32: Declare BindIoCompletionCallback().
2006-01-16  Mike McCormackkernel32: Define SCS_64BIT_BINARY.
2005-09-27  Eric PouechImplemented kernel32 process affinity handling on top...
2005-09-13  Alexandre JulliardImplemented InterlockedCompareExchangePointer and
2005-08-18  Felix NawothnigMake the destination pointers of Interlocked* functions...
2005-08-11  Alexandre JulliardAdded a wine_get_dos_file_name function in kernel32...
2005-08-09  Mike McCormackCorrect OFSTRUCT declaration.
2005-08-01  Alexandre JulliardProperly sort the function prototypes.
2005-07-24  Vincent BéronRemove multiple declarations of the same function,...
2005-06-27  Mike McCormackDUPLICATE_* flags should be defined in winnt.h.
2005-06-22  Mike McCormackDeclare ProcessIdToSessionId.
2005-06-14  Mike McCormackAdd a couple of missing functions.
2005-06-13  Mike McCormackDeclare some missing functions.
2005-06-07  Mike McCormackAdded some security related functions to winbase.h.
2005-05-31  Alexandre JulliardFixed RtlIsTextUnicode prototype, and made it properly...
2005-05-29  Mike McCormack- always declare the lstr* functions, even if they...
2005-05-25  Uwe BonnesFix small typo.
2005-05-11  Dimitrie O. PaunMove {ABOVE,BELOW}_NORMAL_PRIORITY_CLASS to winbase.h.
2005-05-09  Andreas MohrFix for CommConfigDialog*() hwnd argument.
2005-04-25  Alexandre JulliardDefine strncpy to an error to make sure it doesn't...
2005-03-17  Dmitry TimoshkovMatch OVERLAPPED structure to the SDK definition.
2005-03-17  Mike McCormackDeclare inline string function WINAPI (found by Krzyszt...
2005-02-24  Dmitry TimoshkovMatch RaiseException and EXCEPTION_RECORD to SDK defini...
2005-02-22  Ivan Leo PuotiAdded a couple of defines.
2005-02-22  Mike McCormackMake lstr* functions inline inside Wine.
2005-01-03  Hans LeidekkerStub implementations for GetKernelObjectSecurity,
2004-12-21  Hans LeidekkerStub implementations for AdjustTokenGroups, AreAllAcces...
2004-12-17  Andreas MohrGetTempPath*() uses DWORD parameters instead of UINT.
2004-10-27  Rein Klazes- Reordered some code from the existing helper _GetTime...
2004-10-22  Alexandre JulliardFixed definition of MAX_COMPUTERNAME_LENGTH (spotted...
2004-09-20  Jon GriffithsUse correct tag names for compatability with fwd decls.
2004-09-14  Francois GougetAssorted spelling fixes.
2004-09-06  Dmitry TimoshkovMove MulDiv prototype from wingdi.h to winbase.h where...
2004-08-24  Francois GougetFix alignment issues for MEMORYSTATUSEX, WIN32_STREAM_I...
2004-08-24  Robert ShearmanAdded GetProcessId.
2004-08-23  Francois GougetMove LDT_ENTRY to winnt.h.
2004-08-13  Robert ReifUse GlobalMemoryStatusEx in GlobalMemoryStatus rather...
2004-08-09  Mike McCormackFix definition of LookupPrivilegeNameW and declare it.
2004-06-14  Alexandre JulliardRewrote SetFilePointer to use SetFilePointerEx.
2004-05-18  Eric PouechAdded some missing prototypes.
2004-04-14  Alexandre JulliardMoved wine_get_unix_file_name implementation to ntdll...
2004-04-08  Alexandre JulliardReplace the get_file_info request by an fstat() on...
2004-02-27  Patrik StridvallAdded proper headers for the *ActCtx* functions.
2004-02-10  Dmitry TimoshkovAdd GetProcessHeaps() prototype.
2004-01-16  Mike McCormackAdded SystemTimeToTzSpecificLocalTime definition.
2004-01-05  Eric PouechMade wine_get_unix_file_name take a Unicode string...
2003-11-26  Alexandre JulliardAdded missing prototypes for some implemented functions.
next