d3dx8: Implement D3DXVec2Minimize with a test.
[wine] / include / winbase.h
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.
2003-11-25  Alexandre JulliardStore the last error code at the TEB offset used by...
2003-11-14  Eric Pouech- moved the remaining of int21 calls to dlls/winedos
2003-11-11  Ulrich CzekallaAdded stubs for AccessCheckByType, AddAuditAccessAce,
2003-11-04  Alexandre JulliardDisable the asm inline functions when building ntdll...
2003-10-31  Alexandre JulliardImplemented RtlCreateUserThread, and use it to move...
2003-10-28  Alexandre JulliardImplemented Add/RemoveVectoredExceptionHandler.
2003-09-24  Alexandre JulliardMoved the Windows version code to dlls/ntdll, and imple...
2003-09-15  Mike McCormackDeclare mailslot functions.
2003-09-12  Kevin GroeneveldAdd missing wReserved1 member to DCB structure definition.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-02  Eric PouechAdded a few missing definitions.
2003-08-28  Dimitrie O. PaunUse angle brackets (<>) rather than quotes ("") for...
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-08-12  Dimitrie O. PaunConsolidate all kernel power management functions.
2003-07-26  Martin FuchsFixed GetFileEttributesEx define.
2003-07-24  Pierre d'HerbemontMake the PowerPC interlocked assembler code volatile.
2003-07-21  Jon GriffithsAdd GetSystemWindowsDirectory, GetCurrentHwProfile.
2003-07-09  Dmitry TimoshkovUse inline versions of APIs only internally in Wine.
2003-07-02  Marcus MeissnerPowerPC inline versions of the interlocked functions.
2003-05-07  Alexandre JulliardMoved the EnumResource* functions to the kernel dll...
2003-04-04  Alexandre JulliardRemove the Wine-specific EXCEPTION_CRITICAL_SECTION_WAI...
2003-03-30  Jukka HeinonenAdd prototype for GetCompressedFileSize. Move some...
2003-03-18  Alexandre JulliardImplemented file locking functions (partly based on...
2003-02-26  Mike HearnImplemented GlobalMemoryStatusEx().
next