Module: wine Branch: master Commit: e5a09cffebb91e5defef611d1d90c92d32c349d1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e5a09cffebb91e5defef611d1d...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Nov 12 18:36:43 2009 +0100
comdlg32: Reimplement the 16-bit font dialog on top of the 32-bit one.
Stub out the functionality that cannot be supported that way.
---
dlls/comdlg32/cdlg.h | 25 --- dlls/comdlg32/fontdlg.c | 47 +++--- dlls/comdlg32/fontdlg16.c | 371 ++++++++------------------------------------- 3 files changed, 91 insertions(+), 352 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=e5a09cffebb91e5defef61...