ChangeSet ID: 15624
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/24 05:31:45
Modified files:
dlls/dmscript : scripttrack.c script.c dmscript_main.c
Log message:
Paul Vriens <Paul.Vriens(a)xs4all.nl>
- use Interlocked* functions in AddRef and Release.
- store the result of the Interlocked functions and use only this.
Patch: http://cvs.winehq.org/patch.py?id=15624
Old revision New revision Changes Path
1.8 1.9 +9 -4 wine/dlls/dmscript/scripttrack.c
1.16 1.17 +9 -4 wine/dlls/dmscript/script.c
1.9 1.10 +20 -20 wine/dlls/dmscript/dmscript_main.c
ChangeSet ID: 15616
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/24 05:26:24
Modified files:
dlls/commdlg : printdlg.c cdlg_En.rc cdlg.h
Log message:
Robert Shearman <rob(a)codeweavers.com>
- Draw a representation of a document in the page setup dialog.
- Change some FIXME's to TRACE's because everything we need is
implemented and they fire for ones that we don't need to implement.
Patch: http://cvs.winehq.org/patch.py?id=15616
Old revision New revision Changes Path
1.85 1.86 +117 -6 wine/dlls/commdlg/printdlg.c
1.37 1.38 +28 -0 wine/dlls/commdlg/cdlg_En.rc
1.35 1.36 +2 -0 wine/dlls/commdlg/cdlg.h