On Windows windef.h must be included before winbase.h.
[wine] / dlls /
2002-12-16  Francois GougetAdd the capacity of playing a test tone using the ...
2002-12-16  Andreas MohrAdded some Win3.1 export stubs.
2002-12-16  Andreas MohrImplemented VarOr().
2002-12-16  Lionel UlmerAdd support for the TextureAddress render state.
2002-12-15  Francois GougetIn the latest sdk the {waveOut,midiOut}{Get,Set}Volume...
2002-12-15  Eric PouechFixed hangup condition at the end of some playback.
2002-12-15  Alexandre JulliardAdded support for defining forward functions as stdcall...
2002-12-15  Alexandre JulliardUse import libraries when building tests too. Make...
2002-12-15  Jukka HeinonenAdd support for DPMI32. Make winedos16.dll unnecessary.
2002-12-15  Lionel Ulmer - rework how texturing is done in the D3D driver
2002-12-15  Lionel UlmerFix bad logic in == NULL test.
2002-12-15  Rolf KalbermatterAdd support for Unicode IExtractIcon creation in
2002-12-15  Rolf KalbermatterFix crash when constructing ANSI interface pointer...
2002-12-15  Francois GougetIf unable to set the desired format, OSS_RawOpenDevice...
2002-12-15  Francois GougetOur resampling algorithm is quite primitive so try...
2002-12-15  Francois GougetUse slighly more accurate formula for C816.
2002-12-15  Francois GougetIf given a bad device id waveOutGetDevCapsA is supposed...
2002-12-13  Rolf KalbermatterAdded Unicode versions of the HCR_ internal functions.
2002-12-13  Jukka HeinonenWhen asynchronous signals are blocked, block also SIGUSR2.
2002-12-13  Robert ShearmanImplemented StrStrIW.
2002-12-13  Rok MandeljcImplementation of IDirectSound3DListenerImpl_Set*().
2002-12-13  Alexandre JulliardAvoid casts between LARGE_INTEGER and FILETIME.
2002-12-13  Alexandre JulliardFixed some dependencies.
2002-12-13  György 'Nog' Jeney- Reimplement time functions using ntdll functions.
2002-12-13  Chris MorganStub NetGetDCName(). Add in the rest of the NERR_...
2002-12-13  Francois GougetExtend the test by creating a PrimaryBuffer object...
2002-12-13  Francois GougetIDirectSoundBuffer.GetCaps should fail if caps.dwSize...
2002-12-13  Jason EdmeadesThanks to Lucho, text support in samples now starts to
2002-12-13  Chris MorganAdd support for Jack audio server.
2002-12-13  Francois GougetAdd support for the 48 and 96kHz formats.
2002-12-13  Robert Shearman- Change launch functions to use unicode and implement...
2002-12-13  Rolf KalbermatterFixed some signed/unsigned comparison warnings.
2002-12-13  Nikolay StefanovFix issues with i810-based audio cards.
2002-12-13  Rolf KalbermatterTypo found by compiling with standard MSVC warning...
2002-12-13  Rok MandeljcImplemented IDirectSound3DBufferImpl_Set*().
2002-12-13  Rolf KalbermatterFix SHBrowseForFolder W -> A calls.
2002-12-12  Dimitrie O. PaunMove excpt.h out of include/msvcrt/ as it does not...
2002-12-12  Rok MandeljcImplemented IDirectSound3DListenerImpl_Get*() functions.
2002-12-12  Rolf KalbermatterCleanup InternalExtractIconEx. The PrivateExtractIcons...
2002-12-12  Rolf KalbermatterResolve SHGetPathFromIDListW -> SHGetPathFromIDListA...
2002-12-12  Rolf KalbermatterImplement IExtractIconW and inherit IExtractIconA from it.
2002-12-12  Rolf KalbermatterFix a possible memory leak when extracting from an...
2002-12-12  Alberto MassariImplemented DispCallFunc so that it works when calling...
2002-12-12  Alberto MassariCalling SafeArrayDestroy on a destroyed array should...
2002-12-12  Rok MandeljcImplemented some stubs.
2002-12-12  Jeff SmithMMDRV_GetDescription32 fix + a few cosmetic improvements.
2002-12-12  Francois GougetMention the applications that depend on the behavior...
2002-12-12  Marcus MeissnerReverted last VT_USERDEFINED patch (was broken).
2002-12-12  Marcus MeissnerSeparated out 16bit sources for ole2disp.dll.
2002-12-12  Alex PasadynFix return from IOCTL_CDROM_CHECK_VERIFY.
2002-12-12  Francois GougetFix error reporting in wavemap.c:wodOpen(); this solves the
2002-12-12  Alexandre JulliardAdded .spec.def files.
2002-12-12  Alexandre JulliardImplemented import libraries; on Unix we import the...
2002-12-12  Marcus MeissnerSplit out 16bit code into typelib16.c.
2002-12-12  Francois GougetDon't test whether Get{Currency,Date,Number,Time}Format...
2002-12-12  Francois GougetAdd stubs for missing APIs.
2002-12-12  Francois GougetSkip the Unicode tests on Win9x.
2002-12-12  Francois GougetFix the error codes returned by DeleteFile{A,W} to...
2002-12-12  Alexandre JulliardAdded list of symbols to ignore by default in winebuild.
2002-12-12  Robert ShearmanImplemented BindMoniker function.
2002-12-12  Rolf KalbermatterFix shell32.ExtractIcon with A->W and 16 -> 32 calls.
2002-12-12  Alberto MassariAdded stubs for FtpCommand[A|W].
2002-12-12  Francois GougetThe Win9x platforms support WideCharToMultiByte and
2002-12-12  Marcus MeissnerSerialize/deserialize all reftypes in VT_USERDEFINED.
2002-12-12  Francois GougetSkip the Unicode tests (effectively all tests currently...
2002-12-11  Alexandre JulliardPass the -J option to wrc to avoid including installed...
2002-12-11  Francois GougetGenerate proper dependencies for testlist.c.
2002-12-11  Rok MandeljcFixed some characters.
2002-12-11  György 'Nog' Jeney- Implement RtlLocalTimeToSystemTime and RtlSystemTimeT...
2002-12-11  Francois Gouget'"' is an illegal character on Win9x so we cannot test it.
2002-12-10  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-12-10  Alexandre Julliard-DSTRICT is now the default behavior.
2002-12-10  Alberto MassariAdded parameters to NtXxxPort functions prototypes.
2002-12-10  Jukka HeinonenMove int21 country information handling to winedos.
2002-12-10  Vincent BéronSuppress some signed/unsigned comparison warning.
2002-12-10  Rolf KalbermatterChange the return value for ExtractIconEx from HICON...
2002-12-10  Rolf Kalbermatter- Modify ICO_ExtractIconExW to:
2002-12-10  Dimitrie O. PaunGet rid of generic notification support in comctrl32...
2002-12-10  Dimitrie O. Paun- Plug a bunch of memory leaks.
2002-12-10  Chris MorganReset the oss device before we try to close it. Fixes...
2002-12-10  Jason EdmeadesVarAdd support for integers.
2002-12-07  Alexandre JulliardDon't build tests by default just yet.
2002-12-07  Rolf KalbermatterAdd SHDefExtractIcon{AW} function.
2002-12-07  Rolf KalbermatterFix signature of SHLWAPI_334 as its string parameter...
2002-12-07  Jukka HeinonenMove int08 stub and LOL to upper memory.
2002-12-06  Alexandre JulliardCheck file header to differentiate between object files...
2002-12-06  Alexandre JulliardFixed the list of accepted types passed to HttpOpenRequ...
2002-12-06  Rolf KalbermatterImplement ParseFieldW function based on its ANSI sibling.
2002-12-06  Alberto Massari - When sending a request using HttpOpenRequest/HttpSen...
2002-12-06  Francois GougetDefine PSH_WIZARD97 (problem reported by jaymz@free...
2002-12-06  Christoph FrickForce (WS_)SO_REUSEADDR before binding to a socket...
2002-12-06  Alexandre JulliardBuild test programs as part of the normal build.
2002-12-06  Rolf KalbermatterFix some parameter types.
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-12-05  Patrik StridvallReplace 0x%p with %p.
2002-12-05  Peter MladekAdded 2 more Czech keyboard layouts compatible with...
2002-12-05  Alberto Massari - Moved GetUrlCacheEntryInfoA and CommitUrlCacheEntryA...
2002-12-05  Alexandre JulliardBack out the aRts volume patch, this is not user-friend...
2002-12-05  Francois GougetA simple test for IDirectSound.GetCaps.
2002-12-05  Marcus MeissnerMarshal VT_R4 (4 byte float).
next