Displaying 1 result from an estimated 1 matches for "9621d3a".
Did you mean:
96213
2009 Mar 17
0
No subject
Code:
index 9e86706..9621d3a 100644
--- a/dlls/comdlg32/printdlg16.c
+++ b/dlls/comdlg32/printdlg16.c
@@ -487,6 +487,7 @@ BOOL16 WINAPI PrintDlg16(
GlobalUnlock16(lppd->hDevNames);
}
}
+ strcpy( di->pDriverPath, "wineps16");
PRINTDLG_Cre...