ChangeSet ID: 10270
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/12/01 16:40:57
Modified files:
dlls/commdlg : fontdlg.c
Log message:
Rein Klazes <rklazes(a)xs4all.nl>
Add sample texts for all missing character sets (or explain why some
don't have it). Put the complete text in one place and remove the glue
code. Change the 2D array that holds the texts by a array of pointer
to 1D character arrays to save space.
Patch: http://cvs.winehq.com/patch.py?id=10270
Old revision New revision Changes Path
1.58 1.59 +42 -34 wine/dlls/commdlg/fontdlg.c
ChangeSet ID: 10267
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/12/01 16:37:15
Modified files:
dlls/winedos : timer.c
Log message:
Jukka Heinonen <jhei(a)iki.fi>
Add upper limit for the number of pending timer interrupts.
Check if timer has been stuck and issue an error to user.
Fix handling of timer period zero.
Patch: http://cvs.winehq.com/patch.py?id=10267
Old revision New revision Changes Path
1.4 1.5 +43 -7 wine/dlls/winedos/timer.c