Added some missing prototypes.
[wine] / include / winbase.h
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().
2003-01-13  Robert Shearman- Add some stubs.
2003-01-04  Dimitrie O. PaunRename __WINE__ to __WINESRC__.
2003-01-04  Alexandre JulliardRemoved a few more #ifdef __WINE__.
2002-12-19  Francois GougetDeclare LocalDiscard and GlobalDiscard (used by kernel...
2002-12-17  Alexandre JulliardImplemented the Fiber* functions (with the help of...
2002-12-16  Andreas Mohr- actually use PLUID
2002-12-13  Alexandre JulliardAvoid casts between LARGE_INTEGER and FILETIME.
2002-12-02  Alexandre JulliardAuthors: Greg Turner <gmturner007@ameritech.net>, Ove...
2002-11-30  Francois GougetAdded declaration for SignalObjectAndWait.
2002-11-27  Steve LustbaderProvide stubs for DnsHostnameToComputerNameA/W.
2002-11-27  Francois GougetAdded SwitchToThread.
2002-11-25  Steve LustbaderStubs for CreateTimerQueue and DeleteTimerQueueEx.
2002-11-19  Dimitrie O. PaunAdded definition for PeekNamedPipe
2002-11-15  Ryan CummingImplemented GetFileSizeEx (based on a patch by Steve...
2002-11-15  Martin Wilck- Allow setting NetBIOS ComputerName through registry.
2002-11-04  Patrik StridvallFixed mismatches between the Wine headers and the Micro...
2002-10-23  Patrik StridvallFixed mismatches between the Wine headers and the Micro...
2002-10-07  Steve LustbaderProvide stubs for Create/DeleteTimerQueueTimer.
2002-10-01  Patrik StridvallAdded a GNU C implementation of some of the DECLSPEC_...
2002-09-21  Dmitry TimoshkovCorrect SIZE_T size according to MS SDK.
2002-09-17  Alexandre JulliardImplemented the ntdll virtual memory functions, and...
2002-09-16  Juraj Hercek- fixed typo error in CMYK definition (COLOREF -> COLORREF)
2002-09-11  Andriy PalamarchukImplemented buffer management functions, a couple of...
2002-08-03  Juergen Schmied- Fixed possible loss of data with given overlapped...
2002-07-31  Alexandre JulliardFixed HANDLE<->HFILE conversions, since they will be...
2002-06-14  Aric StewartAdded GetCurrentHwProfileA.
2002-06-04  Warren TurkalMore stream definitions.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-30  Vincent Béron- Fixed GetSystemTimeAdjustment prototype and added...
2002-05-29  Alexandre JulliardMoved WORDS_BIGENDIAN macros to basetsd.h.
2002-05-28  Warren TurkalAdded structures and some constants for stream handling.
2002-05-24  Vincent BéronPartial implementation of VerifyVersionInfo{A,W}.
2002-05-23  Francois GougetInclude winerror.h if in Winelib mode.
2002-05-19  Vincent BéronCorrect implementation of VerSetConditionMask.
2002-05-17  Alexandre JulliardA few fixes for mingw cross-compilation.
2002-05-11  Eric PouechFixed FlushInstructionCache prototype.
2002-04-25  Martin WilckImplemented overlapped WSARecvFrom(), WSASendTo(), and
2002-04-03  Huw D M DaviesAdded ImpersonateLoggedOnUser stub.
2002-04-02  Geoffrey HausheerAdded test for thread functions.
2002-04-02  Chris MorganImplement OpenThread() winapi call.
2002-03-28  Andriy PalamarchukAdded declaration of the DisconnectNamedPipe call.
2002-03-19  Francois GougetSmall fixes.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Eric PouechNew XP debugging APIs: implemented DebugActiveProcessStop,
2002-01-31  Patrik StridvallMove __stdcall/__cdecl to the right place.
2002-01-29  Dmitry TimoshkovAdded GetComputerNameEx[AW] semi-stub.
2001-12-26  Dmitry TimoshkovFix definition of BY_HANDLE_FILE_INFORMATION structure.
2001-12-19  Alexandre JulliardMoved heap functions to ntdll.
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-23  Dmitry TimoshkovFixed packing and layout of many system structures.
2001-10-23  Eric PouechMoved/added some console definitions.
2001-10-15  Francois GougetAdd INVALID_ATOM and MAXINTATOM to winbase.h.
2001-10-12  Alexandre JulliardMoved MAKEINTATOM to winbase.h and added Unicode version.
2001-10-10  Francois GougetMove the RT_XXX macros to winuser.h.
2001-10-09  Francois GougetRemove non windows macros.
2001-10-08  Francois GougetMove WINDEBUGINFO from winbase.h to winbase16.h and...
2001-10-08  Francois GougetMove the ERR_XXX macros from winbase.h to error.c.
2001-10-05  Stefan LeichterAdded defines for resource types RT_MESSAGETABLE, RT_VE...
2001-09-25  Ove KaavenAdded some named pipe definitions.
2001-09-21  Mike McCormackDeclare DeviceIoControl.
2001-09-19  Francois GougetFix the definition of structs NUMBERFMT* and CURRENCYFMT*.
2001-08-22  Mike McCormackAdded stub for CancelIo.
2001-08-17  Alexandre JulliardMade the Interlocked*Pointer functions static inline...
2001-08-16  Alexandre JulliardAdded names to standard critical sections (suggested...
2001-08-15  Alexandre JulliardImplemented _CheckNotSysLevel.
2001-08-09  Alexandre JulliardAdded Interlocked*Pointer functions.
2001-08-06  Marcus MeissnerSetCommConfig has 3 arguments, not 2.
2001-07-26  Patrik Stridvall- Moved comm related protoypes to the correct .h file.
next