ChangeSet ID: 19636
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/08/18 05:52:24
Modified files:
fonts : Makefile.in .cvsignore
Log message:
Pavel Roskin <proski(a)gnu.org>
fontforge 20050729 insists on adding .ttf extension even if the
requested output file name ends with a dot. So let's go back to names
ending with ttf.
Patch: http://cvs.winehq.org/patch.py?id=19636
Old revision New revision Changes Path
1.11 1.12 +18 -18 wine/fonts/Makefile.in
1.10 1.11 +3 -3 wine/fonts/.cvsignore
ChangeSet ID: 19632
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/08/18 05:50:38
Modified files:
include : winbase.h
Log message:
Felix Nawothnig <felix.nawothnig(a)t-online.de>
Make the destination pointers of Interlocked* functions volatile to
match the SDK headers.
Patch: http://cvs.winehq.org/patch.py?id=19632
Old revision New revision Changes Path
1.244 1.245 +17 -17 wine/include/winbase.h