Re: winmm/wineoss: Cast-qual warning fix

2006-11-24 Thread Eric Pouech
I really wonder why we do have our own memcpy() here and why there is a strange /* FIXME: using memcpy can cause strange crashes so use this fake one */ comment above it. may be optimisations in memcpy using dword* reads and writes may cause issues in buffers mapped by the sound driver (dep

Re: winmm/wineoss: Cast-qual warning fix

2006-11-23 Thread Marcus Meissner
On Thu, Nov 23, 2006 at 08:29:00PM +, Andrew Talbot wrote: > Changelog: > winmm/wineoss: Cast-qual warning fix. > > diff -urN a/dlls/winmm/wineoss/dscapture.c b/dlls/winmm/wineoss/dscapture.c > --- a/dlls/winmm/wineoss/dscapture.c 2006-11-13 17:34:40.0 + >