Huw Davies : comdlg32: Remove a couple of obsolete WARN()s.

Alexandre Julliard julliard at winehq.org
Thu Jan 15 08:51:12 CST 2009


Module: wine
Branch: master
Commit: 358ab47023a319f24a2231d38ad91ed46c3ecd34
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=358ab47023a319f24a2231d38ad91ed46c3ecd34

Author: Huw Davies <huw at codeweavers.com>
Date:   Thu Jan 15 10:45:34 2009 +0000

comdlg32: Remove a couple of obsolete WARN()s.

---

 dlls/comdlg32/printdlg.c |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/dlls/comdlg32/printdlg.c b/dlls/comdlg32/printdlg.c
index 6534ccc..ffc4fb3 100644
--- a/dlls/comdlg32/printdlg.c
+++ b/dlls/comdlg32/printdlg.c
@@ -604,10 +604,6 @@ static BOOL PRINTDLG_SetUpPaperComboBoxA(HWND hDlg,
          fwCapability_Words = DC_BINS;
     }
 
-    /* for some printer drivers, DeviceCapabilities calls a VXD to obtain the
-     * paper settings. As Wine doesn't allow VXDs, this results in a crash.
-     */
-    WARN(" if your printer driver uses VXDs, expect a crash now!\n");
     NrOfEntries = DeviceCapabilitiesA(PrinterName, PortName,
                                       fwCapability_Names, NULL, dm);
     if (NrOfEntries == 0)
@@ -714,10 +710,6 @@ static BOOL PRINTDLG_SetUpPaperComboBoxW(HWND hDlg,
          fwCapability_Words = DC_BINS;
     }
 
-    /* for some printer drivers, DeviceCapabilities calls a VXD to obtain the
-     * paper settings. As Wine doesn't allow VXDs, this results in a crash.
-     */
-    WARN(" if your printer driver uses VXDs, expect a crash now!\n");
     NrOfEntries = DeviceCapabilitiesW(PrinterName, PortName,
                                       fwCapability_Names, NULL, dm);
     if (NrOfEntries == 0)




More information about the wine-cvs mailing list