ChangeSet ID: 6708
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/12/17 20:22:12
Modified files:
tools/winapi : msvcmaker
Log message:
Francois Gouget <fgouget(a)free.fr>
The link command specifies which version of the C library to link with
(see /M[TD]d? option). So we must not explicitly link with
'msvcrt.lib'. Fixes the msvcrt test crashes.
Patch: http://cvs.winehq.com/patch.py?id=6708
Old revision New revision Changes Path
1.8 1.9 +1 -1 wine/tools/winapi/msvcmaker
ChangeSet ID: 6704
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/12/17 15:05:16
Modified files:
tools/widl : header.c
include : unknwn.h
Log message:
Fix the type of the This pointer in the vtbl functions inherited from
the base class.
Patch: http://cvs.winehq.com/patch.py?id=6704
Old revision New revision Changes Path
1.10 1.11 +4 -4 wine/tools/widl/header.c
1.7 1.8 +3 -3 wine/include/unknwn.h
ChangeSet ID: 6702
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/12/17 15:01:01
Modified files:
server : hook.c
Log message:
Alberto Massari <alby(a)exln.com>
The handler for the server message get_next_hook was returning the
module name of the current hook, instead of the next one.
Patch: http://cvs.winehq.com/patch.py?id=6702
Old revision New revision Changes Path
1.3 1.4 +1 -1 wine/server/hook.c