ChangeSet ID: 11933
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/04/09 14:05:09
Modified files:
dlls/winmm/wineoss: audio.c
Log message:
Francois Gouget <fgouget(a)codeweavers.com>
Patch the fragment size if it does not match the current sound
format. This saves us from triggering a kernel freeze on some OSS 2.4
+ SoundBlaster 16 systems.
Patch: http://cvs.winehq.org/patch.py?id=11933
Old revision New revision Changes Path
1.122 1.123 +12 -5 wine/dlls/winmm/wineoss/audio.c
ChangeSet ID: 11932
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/04/09 14:04:03
Modified files:
dlls/shell32 : shlexec.c
Log message:
Francois Gouget <fgouget(a)free.fr>
Cleanup the handling of the extension in SHELL_FindExecutable():
- Eliminate the corresponding fixed-size buffer which removes the
limitation to 3 character extensions.
- Fix handling of the trailing '.' case.
- Do a case-insensitive check for the extension in win.ini.
Increase the size of the command buffer to 1024.
Patch: http://cvs.winehq.org/patch.py?id=11932
Old revision New revision Changes Path
1.40 1.41 +4 -10 wine/dlls/shell32/shlexec.c