ChangeSet ID: 9964
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/11/03 22:52:54
Modified files:
include : winbase.h
Log message:
Disable the asm inline functions when building ntdll to avoid trouble
when compiling without optimization.
The PPC inline functions are no longer needed now that kernel is
properly separated.
Patch: http://cvs.winehq.com/patch.py?id=9964
Old revision New revision Changes Path
1.198 1.199 +3 -75 wine/include/winbase.h
ChangeSet ID: 9955
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/11/03 22:20:47
Modified files:
dlls/winmm/wineoss: audio.c
Log message:
Robert Reif <reif(a)earthlink.net>
Fixed bug in capture stop. Only current header should be returned to
app.
Make wave fragment size adjustable to guarantee better than 10 ms
latency. Makes a difference for 8 kHz voice apps.
Patch: http://cvs.winehq.com/patch.py?id=9955
Old revision New revision Changes Path
1.103 1.104 +54 -14 wine/dlls/winmm/wineoss/audio.c