Remove the Wine-specific EXCEPTION_CRITICAL_SECTION_WAIT define.
[wine] / dlls /
2003-04-04  Alexandre JulliardRemove the Wine-specific EXCEPTION_CRITICAL_SECTION_WAI...
2003-04-04  Adam GundyAdded an implementation of the MSVCRTD.DLL debugging...
2003-04-04  Alexandre JulliardRemoved the commented out winsock support, it can't...
2003-04-03  Eric PouechNo longer call WaitFor*Object* from ntdll (but NtWait...
2003-04-03  Rok MandeljcUpdate version info to 8.1.
2003-04-03  Rok MandeljcAdded version info.
2003-04-03  Michael StefaniucAdd some missing HeapFree's and one missing free.
2003-04-03  Vitaliy MargolenRemove bogus initialization in SetKeyboardState.
2003-04-03  Robert ReifAdded wide character enumeration of sound devices.
2003-04-03  Paul McNettStubs for BeginUpdateResourceA(), BeginUpdateResourceW(),
2003-04-03  Alexandre JulliardAdded --with-nptl configure option and necessary change...
2003-04-02  Vitaliy MargolenFix buffer overflow in datetime.
2003-04-02  Adam GundyZero initialize the reserved bytes in the toolbar detai...
2003-04-02  Uwe BonnesAdded some stubs.
2003-04-02  Vitaliy MargolenFix ImageList_Read - the root cause of ugly toolbar...
2003-04-02  Alexandre JulliardAdded abs_time_t structure to the server protocol,...
2003-04-02  Robert ReifAdded more information to some of the failure messages.
2003-04-02  Robert ReifAdded entry for DirectSoundFullDuplexCreate.
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-02  Eric PouechFixed a few FormatCode entries.
2003-04-01  Rolf KalbermatterFix test to succeed in Win 98/2K and most probably...
2003-04-01  Rolf KalbermatterMoved prototype for SHBindToParent() to shlobj.h.
2003-04-01  Alexandre JulliardPortability fixes.
2003-04-01  Alexandre JulliardAdded support for specifying an stdcall dll entry point.
2003-03-31  Dmitry TimoshkovFix some problems found while compiling and linking...
2003-03-31  Andreas MohrTrace format fix.
2003-03-31  Alexandre JulliardAdded missing NONAMELESSSTRUCT/UNION.
2003-03-31  Alexandre JulliardMoved WaitForMultipleObjects to ntdll (based on a patch...
2003-03-31  Rok MandeljcFramework for the doppler effect.
2003-03-31  Rok Mandeljc(sorta) implemented EnumPorts.
2003-03-30  Adam GundyMSVCRT_fclose() mustn't use the _flag field from the...
2003-03-30  Vitaliy MargolenUnicode strings termination fixes.
2003-03-30  Jukka HeinonenAdd prototype for GetCompressedFileSize. Move some...
2003-03-30  Adam GundyDon't look at the second character of the path unless...
2003-03-30  Adam GundyDon't convert uninitialized bytes of the filename from...
2003-03-30  Adam GundyMake sure the new array of printer pointers is NULL...
2003-03-28  Alexandre JulliardMoved 16-bit dialog routines to a separate dialog16...
2003-03-28  Alexandre JulliardAvoid crash if snd_pcm_open fails.
2003-03-28  John K. HohmImplement DllRegisterServer and DllUnregisterServer...
2003-03-28  Alberto MassariAdded InternetSetStatusCallbackA and a stub for
2003-03-28  Alexandre JulliardReplaced WINE_CHECK_STRUCT_MEMBER autoconf macro by...
2003-03-28  Yorick HardyAdded fields from NetBSD struct sigcontext on i386.
2003-03-27  Dimitrie O. PaunRemove unused options -a and -C.
2003-03-27  Sylvain Petreolle_wsplitpath: Display correctly the path being split.
2003-03-27  Rolf KalbermatterImplemented SHLWAPI_266 and SHLWAPI_271.
2003-03-27  P. ChristeasImplemented MakeSureDirectoryPathExists.
2003-03-27  Mike HearnTreeView should not send two click notifications when...
2003-03-27  Rolf KalbermatterCosmetic fixes.
2003-03-26  Rolf KalbermatterImplemented CheckEscapesA/W.
2003-03-26  Alexandre JulliardImplemented file change notifications, based on a patch...
2003-03-26  Maxime BellengéFix the lookin combobox overlapping the toolbar in...
2003-03-26  Mike HearnTREEVIEW_GetItemA should ignore stateMask.
2003-03-26  Rolf KalbermatterAdd new helper function to create a relative file or...
2003-03-26  Maxime BellengéStubs for EnumSystemLanguageGroups{A|W}.
2003-03-26  Mike HearnCorrect the check for changed treeview items, so item...
2003-03-25  Alexandre JulliardStore %gs in the TEB on every call to 16-bit code,...
2003-03-25  Maxime BellengéFix how the size of the dialog is computed and the...
2003-03-25  Stefan LeichterLet wcmd handle .cmd files like .bat files.
2003-03-24  Alexandre JulliardMake sure changes to the debug registers while inside...
2003-03-24  Dimitrie O. PaunSend LVN_ODCACHEHINT notification for LVS_OWNERDATA...
2003-03-24  Tony LambregtsGet rid of W->A calls.
2003-03-23  Alexandre JulliardProperly initialize keyboard auto-repeat for all X...
2003-03-23  Rolf KalbermatterSHInitRestricted() fix boolean error introduced in...
2003-03-23  Alexandre JulliardList 16-bit spec files explicitly to avoid problems...
2003-03-23  Alexandre JulliardConverted winebuild option parsing to use getopt_long...
2003-03-22  Alexandre JulliardChanged the SET_AX etc. macros to not return a value.
2003-03-22  Alexandre JulliardFixed duplicate initialization of some of the wm->ldr...
2003-03-22  Alexandre JulliardMoved libwine to libs/ directory.
2003-03-22  Alexandre JulliardMoved date/time/currency format handling to new lcformat.c.
2003-03-22  Thomas MertesTests for RtlCompareMemoryUlong, RtlUniform, RtlDowncas...
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  Steven Edwardsshell.c is now 16-bit only.
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  Rolf Kalbermatter- Add new W2K policies to the known list of policies.
2003-03-21  Rolf KalbermatterImplement some more Win API functions and add support...
2003-03-21  Alexandre JulliardMoved libwine_unicode to the libs/ directory.
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 JulliardMoved a couple of locale functions from ole2nls.c into...
2003-03-20  Eric PouechMoved WINE_MODREF.flags to WINE_MODREF.ldr.Flags, and...
2003-03-20  Eric PouechMove some fields (refCount, tls_index and module) from...
2003-03-20  Eric PouechFixed some unneeded unix to Win32 error mapping.
2003-03-20  Alexandre JulliardReplaced mkstemp by mkstemps from libiberty.
2003-03-20  Alexandre JulliardChanged name of the asm version of RtlUlong/shortByteSw...
2003-03-20  Eric PouechMoved the module loading/unloading code and the remaini...
2003-03-20  Alexandre JulliardPartially implemented LdrLock/UnlockLoaderLock.
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2003-03-20  Alexandre JulliardAdded check for duplicate ordinals, and fixed bug it...
2003-03-20  Mike HearnFixed copyright date.
2003-03-20  Alexandre JulliardMoved libwine_uuid to the new libs/ directory.
2003-03-19  Alexandre JulliardCreated a separate static portability library and moved...
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 JulliardAvoid explicit long long constants.
next