Moved interlocked functions to libwine_port.
[wine] / include /
2003-03-20  Alexandre JulliardMoved interlocked functions to libwine_port.
2003-03-20  Eric PouechMove some fields (refCount, tls_index and module) from...
2003-03-20  Alexandre JulliardReplaced mkstemp by mkstemps from libiberty.
2003-03-20  Eric PouechMoved the module loading/unloading code and the remaini...
2003-03-20  Alexandre JulliardPartially implemented LdrLock/UnlockLoaderLock.
2003-03-19  Alexandre JulliardAdded getopt routine to libwine_port (based on a patch...
2003-03-19  Alexandre JulliardFixed bug that could cause SendMessage to return too...
2003-03-19  Alexandre JulliardImplemented Rtl*ByteSwap() functions, based on a patch...
2003-03-18  Jon GriffithsCorrect the agument count for RtlInitializeGenericTable().
2003-03-18  Alexandre JulliardFixed a few function pointer typedefs.
2003-03-18  Eric Pouech- added LDR_MODULE structure to WINE_MODREF and made...
2003-03-18  Alexandre JulliardImplemented file locking functions (partly based on...
2003-03-17  Dimitrie O. PaunDefine the u_{char,short,int,long} in msvcrt/sys/types...
2003-03-17  Jon GriffithsAdded prototypes for the Remote Shutdown Api calls.
2003-03-17  Paul RupeAdd CSIDL_PROFILES. Improved logging for non-existent...
2003-03-16  Alexandre JulliardProperly import basetsd.h and guiddef.h.
2003-03-15  Jon GriffithsAdd some missing types needed for the upcoming ocidl...
2003-03-15  Jon GriffithsAdd some missing prototypes.
2003-03-15  Jon GriffithsReally get rid of debug code/strings if we're building...
2003-03-15  Jon GriffithsProtect the TEXTMETRIC struct from redefinition.
2003-03-15  Robert ReifAdded support for multiple direct sound devices.
2003-03-14  Eric Pouech- implementation of LdrLoadDll out of loader/module.c
2003-03-14  Eric Pouech- implementation of LdrUnloadDll out of loader/module.c
2003-03-12  Dmitry TimoshkovMove vsnwprintf implementation to libwine_unicode,...
2003-03-12  Tony LambregtsAdd flags for RegRestoreKey.
2003-03-06  Eric Pouech- implemented LdrGetProcedureAddress and made use of...
2003-03-06  Robert ReifFixed a FIXME for full duplex.
2003-03-05  Eric PouechRemoved SO loading type.
2003-03-04  Alexandre JulliardUse SIGUSR1 instead of SIGSTOP to suspend threads.
2003-03-04  Eric Pouech- added Ldr* information to include/winternl.h
2003-03-04  Robert ReifCapture thread checks queue for more headers before...
2003-02-27  Alexandre JulliardProperly save/restore %gs register across 16-bit calls.
2003-02-27  Alexandre JulliardReplaced most uses of the auto-generated glue code...
2003-02-26  Alexandre JulliardMoved LDT selector allocation routines to libwine.
2003-02-26  Jukka HeinonenMove controller info and state/functionality info initi...
2003-02-26  Mike HearnImplemented GlobalMemoryStatusEx().
2003-02-26  Mike HearnAdd some OLECMDIDs present in MS headers.
2003-02-24  Alexandre JulliardPass the pid of the new process in the new_process...
2003-02-24  Robert ReifAdded definitions for DirectSoundFullDuplex and moved...
2003-02-19  Jukka HeinonenMove resize memory block to winedos and make it resize...
2003-02-19  Thomas Mertes- Implement RtlCharToInteger, RtlExtendedMagicDivide...
2003-02-19  Alberto Massari- the first argument in several Unicode functions was...
2003-02-19  Ove Kaaven"Implemented" IID_BS_* macros.
2003-02-14  Robert ReifAdded/fixed some definitions for direct sound capture.
2003-02-14  Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Huw...
2003-02-14  Uwe BonnesSeparate "Enumerate Hardware Addresses" as function...
2003-02-14  Alexandre JulliardChanged fd operations to take a struct fd instead of...
2003-02-12  Warren BairdAdded BYTE explicit casts in RGB macro definition.
2003-02-11  Jukka HeinonenReorganize IOCTL handling.
2003-02-11  Dimitrie O. PaunAdd missing ListView_SetItemCount declaration.
2003-02-01  Rolf KalbermatterChange SHCreateDirectory and Win32DeleteFile to be...
2003-02-01  Andrew John HughesExtended SetSystemPaletteUse to deal with error conditions.
2003-01-31  Alexandre JulliardNo longer used.
2003-01-31  Andrew John Hughes- DeviceCapabilities16 now calls PSDRV_DeviceCapabilities.
2003-01-31  Ove KaavenSome RPC definitions.
2003-01-30  Andrew John HughesProvide stub implementations of GetTypeByNameA and...
2003-01-30  Dimitrie O. PaunRemove writable-strings support.
2003-01-28  Alexandre JulliardWhen using desktop mode attach all thread inputs togeth...
2003-01-28  Andreas Mohr"InternetAutoDial" should be "InternetAutodial".
2003-01-24  Alexandre JulliardRemoved a couple of extra semicolons.
2003-01-23  Matthew DavisonRemove the HEAP_strdupAtoW macro.
2003-01-23  Alexandre JulliardCreate an X input context for each top-level window.
2003-01-23  Marcus MeissnerFixed ICOM_CALLs for IFont_xx methods.
2003-01-21  Rolf KalbermatterChange SHChangeNotify to be Unicode and ANSI indifferen...
2003-01-21  Marcus MeissnerChanged MONITORINFOEXA,W definition to the one in MSDN...
2003-01-20  John K. HohmAdded optional OLESelfRegister to wine_common_ver.rc...
2003-01-15  Alexandre JulliardFixed typo.
2003-01-15  Alexandre JulliardDefine __stdcall in msvcrt/process.h if windef.h hasn...
2003-01-15  Jeroen JanssenFixed wine_ldt_copy importing on cygwin.
2003-01-14  Steven EdwardsCheck for vsnprintf and _vsnprintf, and define vsnprint...
2003-01-13  Robert Shearman- Add some stubs.
2003-01-13  Alexandre JulliardAdded configure check for regex.h.
2003-01-13  Dimitrie O. PaunDefine the (old name) struct stat, it is used by progra...
2003-01-11  Dimitrie O. PaunUse inline functions instead of macros to avoid problem...
2003-01-11  Dimitrie O. PaunDefine qsort and bsearch in stdlib.h.
2003-01-11  Dimitrie O. PaunAdd dirent.h header for Unix/mingw compatibility.
2003-01-10  Dimitrie O. PaunAdd unistd.h files for mingw/Unix compatibility.
2003-01-10  Dmitry TimoshkovChange types of WPARAM, LPARAM and LRESULT according...
2003-01-09  Marcus MeissnerAdded GIF decompressor support to OLE Automation IPictures.
2003-01-09  Eric PouechSet the edition mode as a specific attribute, not an...
2003-01-09  Alexandre JulliardRegenerated with latest widl.
2003-01-09  Alexandre JulliardAdded a few rules to rebuild idl headers.
2003-01-09  Eric Pouech- no longer depend on toolhelp definitions for generati...
2003-01-08  Eric PouechAdded the missing APIs.
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2003-01-08  Alexandre JulliardStore the keyboard state in the thread input structure...
2003-01-08  Alexandre JulliardStore the hardware messages in the thread input structu...
2003-01-07  Dimitrie O. PaunUse the standard symbol names instead of the msvcrt...
2003-01-07  Francois GougetRemove extra #include directives from winspool.h.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2003-01-05  Alexandre JulliardFixed some issues caused by the new oaidl.h.
2003-01-05  Ove KaavenWrote a new oaidl.idl to replace include/wine/obj_oleau...
2003-01-05  Ove KaavenInclude oaidl.h instead of wine/obj_oleaut.h.
2003-01-05  Ove KaavenTemporarily include objbase.h from oleidl.h.
2003-01-05  Ove KaavenMoved a couple of definitions from include/wine/obj_ole...
2003-01-05  Marcus MeissnerAdded several missing K32WOW* prototypes.
2003-01-04  Dimitrie O. PaunRename __WINE__ to __WINESRC__.
2003-01-04  Alexandre JulliardRemoved a few more #ifdef __WINE__.
2003-01-04  Dimitrie O. PaunEnable nameless structures in C++ for gcc >= 3.x (disco...
2003-01-03  Francois GougetAdded TIME_KILL_SYNCHRONOUS.
next