ChangeSet ID: 20301
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/20 06:36:40
Modified files:
dlls/ole32 : marshal.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
- Fix a trace to refer to the object ID rather than the legacy MID.
- Fix the error case of CoMarshalInterThreadInterface to release the
stream.
Patch: http://cvs.winehq.org/patch.py?id=20301
Old revision New revision Changes Path
1.83 1.84 +12 -5 wine/dlls/ole32/marshal.c
ChangeSet ID: 20300
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/19 12:04:43
Modified files:
tools/winegcc : winegcc.c
tools/winebuild: winebuild.man.in spec32.c parser.c main.c
import.c build.h
Log message:
Create an assembly file with all undefined symbols and add it to the
link command so that the symbols show up in the final undefined list.
Use that list to create thunks for all exported but undefined symbols,
to make sure all export RVAs point somewhere inside the module.
Patch: http://cvs.winehq.org/patch.py?id=20300
Old revision New revision Changes Path
1.46 1.47 +2 -0 wine/tools/winegcc/winegcc.c
1.34 1.35 +8 -4 wine/tools/winebuild/winebuild.man.in
1.119 1.120 +10 -5 wine/tools/winebuild/spec32.c
1.63 1.64 +2 -1 wine/tools/winebuild/parser.c
1.69 1.70 +13 -0 wine/tools/winebuild/main.c
1.107 1.108 +102 -8 wine/tools/winebuild/import.c
1.79 1.80 +2 -0 wine/tools/winebuild/build.h
ChangeSet ID: 20298
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/19 10:25:53
Modified files:
dlls/x11drv : winpos.c
Log message:
Dmitry Timoshkov <dmitry(a)codeweavers.com>
Use the event's width and height not the translated window rect to
recognize a zero sized window in the ConfigureNotify handler.
Patch: http://cvs.winehq.org/patch.py?id=20298
Old revision New revision Changes Path
1.137 1.138 +1 -1 wine/dlls/x11drv/winpos.c
ChangeSet ID: 20292
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/19 09:46:13
Modified files:
include : thread.h
Log message:
Fixed the structure layout to be identical to the public one also on
64-bit platforms.
Patch: http://cvs.winehq.org/patch.py?id=20292
Old revision New revision Changes Path
1.104 1.105 +1 -1 wine/include/thread.h