Module: wine Branch: master Commit: 024a0683eb2e7a611bc9d7f9f40bd9e069cc1d78 URL: http://source.winehq.org/git/wine.git/?a=commit;h=024a0683eb2e7a611bc9d7f9f4...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Nov 12 20:33:49 2009 +0100
comdlg32: Reimplement the 16-bit color dialog on top of the 32-bit one.
Stub out the functionality that cannot be supported that way.
---
dlls/comdlg32/cdlg.h | 22 --- dlls/comdlg32/cdlg16.h | 2 +- dlls/comdlg32/colordlg.c | 34 ++-- dlls/comdlg32/colordlg16.c | 444 +++----------------------------------------- 4 files changed, 40 insertions(+), 462 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=024a0683eb2e7a611bc9d7...