ChangeSet ID: 16182
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/02/18 14:13:01
Modified files:
dlls/shell32 : shell32.spec
Log message:
Hans Leidekker <hans(a)it.vu.nl>
Mark exports -noname when they are exported by ordinal only on
win98/2k.
Patch: http://cvs.winehq.org/patch.py?id=16182
Old revision New revision Changes Path
1.91 1.92 +191 -191 wine/dlls/shell32/shell32.spec
ChangeSet ID: 16181
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/02/18 14:03:32
Modified files:
. : Makefile.in
Log message:
Francois Gouget <fgouget(a)codeweavers.com>
dlls/__install-lib__ and programs/__install__ should not force the
installation of the Wine headers as this is contrary to the purpose of
install-lib.
Patch: http://cvs.winehq.org/patch.py?id=16181
Old revision New revision Changes Path
1.159 1.160 +2 -2 wine/Makefile.in
ChangeSet ID: 16179
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/02/18 14:02:55
Modified files:
server : queue.c
Log message:
Krzysztof Foltman <kfoltman(a)portal.onet.pl>
Ensure that caret position is not reset to (0, 0) when CreateCaret is
called second time with the same window.
Patch: http://cvs.winehq.org/patch.py?id=16179
Old revision New revision Changes Path
1.47 1.48 +9 -6 wine/server/queue.c