ChangeSet ID: 18799
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/07/10 13:16:13
Modified files:
dlls/wined3d : device.c
Log message:
Oliver Stieber <oliver_stieber(a)yahoo.co.uk>
Check to see if the vertex declaration is null before trying to
reference it.
Patch: http://cvs.winehq.org/patch.py?id=18799
Old revision New revision Changes Path
1.39 1.40 +3 -1 wine/dlls/wined3d/device.c
ChangeSet ID: 18794
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/07/10 12:46:34
Modified files:
dlls/cabinet : fci.c
Log message:
Gerold Jens Wucherpfennig <gjwucherpfennig(a)gmx.net>
The fci_get_little_endian... and fci_set_little_endian... functions
don't really set and unset little endianes, they do the same thing:
merely swapping bytes from one endianes to the other.
Patch: http://cvs.winehq.org/patch.py?id=18794
Old revision New revision Changes Path
1.7 1.8 +56 -80 wine/dlls/cabinet/fci.c