Commit 37516b36 authored by Alexandre Julliard's avatar Alexandre Julliard

The name of the driver should be the 16-bit one in case the app tries

to load it.
parent 48be9c6e
......@@ -353,9 +353,9 @@ WINSPOOL_LoadSystemPrinters() {
di3a.cVersion = 0x400;
di3a.pName = "PS Driver";
di3a.pEnvironment = NULL; /* NULL means auto */
di3a.pDriverPath = "wineps.drv";
di3a.pDriverPath = "wineps16";
di3a.pDataFile = "<datafile?>";
di3a.pConfigFile = "wineps.drv";
di3a.pConfigFile = "wineps16";
di3a.pHelpFile = "<helpfile?>";
di3a.pDependentFiles = "<dependend files?>";
di3a.pMonitorName = "<monitor name?>";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment