user32: Don't overwrite the default button id when creating the dialog structure.
[wine] / dlls / winealsa.drv / wavein.c
2009-01-23  Michael Stefaniucwinealsa.drv: Remove superfluous pointer casts.
2008-12-04  Alexandre Julliardwinealsa.drv: Fix a printf format warning.
2008-12-02  Maarten Lankhorstwinealsa.drv: Fix 64-bits incompatibilities.
2008-08-27  Rob Shearmanwinealsa.drv: Use CP_UNIXCP instead of CP_ACP for strin...
2008-08-19  Maarten Lankhorstwinealsa.drv: Fix compiler warnings and remove deprecat...
2008-05-12  Alexandre JulliardRevert "winealsa: Remove calls to deprecated functions."
2008-05-09  Maarten Lankhorstwinealsa: Remove calls to deprecated functions.
2008-03-25  Andrew Talbotwinealsa.drv: Assign to structs instead of using memcpy.
2007-12-13  Maarten Lankhorstwinealsa: Remove fixed fixme.
2007-12-10  Francois Gougetwinealsa.drv: Remove trailing spaces in Wine traces.
2007-12-07  Maarten Lankhorstwinealsa: Clear dwBytesRecorded in waveheader when...
2007-12-07  Maarten Lankhorstwinealsa: Simplify the feeding of capture buffers.
2007-12-07  Maarten Lankhorstwinealsa: Fix return value checking in wavein.
2007-12-07  Maarten Lankhorstwinealsa: Fix period size in capture.
2007-10-29  Alexandre Julliardwinealsa.drv: Avoid the alsa alloca macros that cause...
2007-10-15  Maarten Lankhorstwinealsa: Use S24_3LE instead of S24_LE.
2007-08-16  Maarten Lankhorstwinealsa: Add initial dscapturedriver stub.
2007-08-06  Maarten Lankhorstwinealsa: wavein has LPWAVEINCAPSW not LPWAVEOUTCAPSW.
2007-07-30  Maarten Lankhorstwinealsa: Increase performance of wavein getposition.
2007-05-22  Andrew Talbotwinealsa.drv: Exclude unused headers.
2007-04-23  Maarten Lankhorstwinealsa: Remove disabled code.
2007-02-05  Maarten Lankhorstwinealsa: Split driver up in tiny pieces.