Module: wine Branch: master Commit: 9e643967abf3687e49cc590eb654c9de4c344baf URL: http://source.winehq.org/git/wine.git/?a=commit;h=9e643967abf3687e49cc590eb6...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Nov 12 20:15:49 2009 +0100
comdlg32: Reimplement the 16-bit print dialog on top of the 32-bit one.
Stub out the functionality that cannot be supported that way.
---
dlls/comdlg32/printdlg.c | 78 ++++++- dlls/comdlg32/printdlg.h | 102 -------- dlls/comdlg32/printdlg16.c | 566 ++++++-------------------------------------- 3 files changed, 142 insertions(+), 604 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=9e643967abf3687e49cc59...