ChangeSet ID: 16165
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/02/18 06:51:00
Modified files:
dlls/msvcrt : dir.c
Log message:
Gunnar Dalsnes <hardon(a)online.no>
When getting current directory on a drive different from the working
drive, _getdcwd incorrectly passed "X:\" (X = any drive) as path to
GetFullPathName. "X:" (without the backslash) is the correct thing to
use.
Patch: http://cvs.winehq.org/patch.py?id=16165
Old revision New revision Changes Path
1.30 1.31 +1 -1 wine/dlls/msvcrt/dir.c
ChangeSet ID: 16161
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/02/17 05:51:01
Modified files:
dlls/msvideo : msvideo_main.c
Log message:
David Smith <dsmith(a)algonet.se>
Fix for ICInfo() in msvideo when it is used to ask for a codec by
index.
Patch: http://cvs.winehq.org/patch.py?id=16161
Old revision New revision Changes Path
1.61 1.62 +6 -5 wine/dlls/msvideo/msvideo_main.c