Fixed a race condition on RPC worker thread creation, and a typo.
[wine] / include /
2003-04-19  Vincent BéronTerminate the lfind inline function.
2003-04-17  Alexandre JulliardYet another attempt at fixing the htonl functions.
2003-04-17  Alexandre JulliardFixed alloca handling the way mingw does it (reported...
2003-04-17  Rolf KalbermatterImplemented ILGetDisplayNameExA and ILGetDisplayNameExW...
2003-04-16  Alexandre JulliardImplemented RtlIsNameLegalDOS8Dot3 (based on a patch...
2003-04-16  Rein KlazesFix the ListView_SetItemState macro.
2003-04-14  Alexandre JulliardFixed gcc varargs macro syntax (reported by Gabriele...
2003-04-13  Vincent BéronInclude shlguid.h from shlobj.h.
2003-04-13  Vincent BéronDefine some additional constants.
2003-04-13  Christian CostaAdded some defines to d3d8 header.
2003-04-12  Alexandre JulliardImplemented RtlDetermineDosPathNameType_U and RtlIsDosD...
2003-04-12  Alexandre JulliardThe com_interface attribute is not needed on derived...
2003-04-11  Alexandre JulliardAdded support for generating dependencies for idl files.
2003-04-11  Alexandre JulliardSimplified COM interface declarations, removing the...
2003-04-10  Alexandre JulliardGet rid of the ICOM_CALL macros.
2003-04-10  Alexandre JulliardUse a more compatible technique to declare COM interfac...
2003-04-09  Vitaliy MargolenAdded more extended error codes.
2003-04-08  Juraj HercekFixed tagLVDISPINFO definition.
2003-04-08  Rok MandeljcAdded stubs for dpnhpast and for all the dmusic dlls.
2003-04-08  Thomas MertesImplemented RtlRandom, RtlAreAllAccessesGranted,
2003-04-07  Alexandre JulliardAdded possibility to filter relay traces based on the...
2003-04-04  Alexandre JulliardImplemented NtQueueApcThread, and changed the server...
2003-04-04  Mike Hearn- Map winsock sockopts to the POSIX equivalents for...
2003-04-04  Alexandre JulliardMerged PE_InitDLL into MODULE_InitDLL.
2003-04-04  Alexandre JulliardRemove the Wine-specific EXCEPTION_CRITICAL_SECTION_WAI...
2003-04-04  Alexandre JulliardYet another hack to try to make this file compile in all
2003-04-04  Dimitrie O. PaunAdd a few missing BN_* constants.
2003-04-03  Robert ReifAdded a few missing DX8 definitions.
2003-04-03  Alexandre JulliardAdded --with-nptl configure option and necessary change...
2003-04-02  Alexandre JulliardDon't bother checking for the errno function, simply...
2003-04-02  Alexandre JulliardAdded abs_time_t structure to the server protocol,...
2003-04-02  Dimitrie O. PaunAdd spawnvp to the portability lib.
2003-04-02  Alexandre JulliardAdded support for marking heap blocks as inaccessible...
2003-04-02  Alexandre JulliardHandle htonl() and friends like select(), this will...
2003-04-02  Andreas MohrSome spelling and formatting fixes.
2003-04-01  Alexandre JulliardAdded SYSDEPS_GetUnixTid to return the Unix thread...
2003-04-01  Rolf KalbermatterMoved prototype for SHBindToParent() to shlobj.h.
2003-04-01  Alexandre JulliardPortability fixes.
2003-04-01  Alexandre JulliardUse _spawnvp to replace fork for non-Unix platforms.
2003-03-31  Dmitry TimoshkovFix some problems found while compiling and linking...
2003-03-31  Alexandre JulliardTry to make winsock.h more portable (based on a patch...
2003-03-31  Alexandre JulliardMoved WaitForMultipleObjects to ntdll (based on a patch...
2003-03-30  Alexandre JulliardClear the entire request, not just the end, in case...
2003-03-30  Jukka HeinonenAdd prototype for GetCompressedFileSize. Move some...
2003-03-28  Dimitrie O. PaunFix errno linkage when compiling in C++.
2003-03-28  Alexandre JulliardReplaced WINE_CHECK_STRUCT_MEMBER autoconf macro by...
2003-03-26  Alexandre JulliardImplemented file change notifications, based on a patch...
2003-03-26  Alexandre JulliardMoved errno_location support to sysdeps.c.
2003-03-26  Alexandre JulliardUse aliases instead of #defines for the varargs functio...
2003-03-26  Eric Pouech- no longer using kernel32's APIs but ntdll's
2003-03-26  Maxime BellengéStubs for EnumSystemLanguageGroups{A|W}.
2003-03-23  Alexandre JulliardPortability fixes.
2003-03-23  Alexandre JulliardProperly initialize keyboard auto-repeat for all X...
2003-03-23  Dimitrie O. PaunComment out unneeded extensions.
2003-03-23  Christian CostaMake use of .half and/or .asciiz assembler keywords...
2003-03-22  Madhura SahasrabudheChanged the macros in the msvcrt headers to static...
2003-03-22  Alexandre JulliardChanged the SET_AX etc. macros to not return a value.
2003-03-22  Alexandre JulliardMake a distinction between the thread Unix pid and...
2003-03-22  Thomas Mertes- Implement RtlDowncaseUnicodeString, RtlUniform, iswdi...
2003-03-21  Alexandre JulliardSplit signal blocking code out of SIGNAL_Reset into...
2003-03-21  Alexandre JulliardAdded 'wine' prefix to libwine_unicode exports.
2003-03-21  Eric PouechRemoved no longer needed MODREF.find_export field.
2003-03-21  Rok MandeljcStub implementation of the dmusic dll.
2003-03-21  Eric Pouech- implemented LdrQueryProcessModuleInformation
2003-03-20  Alexandre JulliardMoved [efg]cvt functions to msvcrt and fixed them to...
2003-03-20  Alexandre JulliardAdded memcpy_unaligned to libwine_port.
2003-03-20  Alexandre JulliardAdded sprintfW and vsprintfW.
2003-03-20  Eric PouechMoved WINE_MODREF.flags to WINE_MODREF.ldr.Flags, and...
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.
next