Commit 9fd82b61 authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

winspool: Register wineps print processor before adding printer.

parent 9f578f6a
......@@ -649,6 +649,8 @@ static BOOL add_printer_driver( const WCHAR *name, const WCHAR *ppd_dir )
res = !UNIX_CALL( get_ppd, &ppd_params ) || get_internal_fallback_ppd( ppd );
if (!res) goto end;
AddPrintProcessorW(NULL, NULL, driver_nt, (WCHAR *)L"wineps");
memset( &di3, 0, sizeof(DRIVER_INFO_3W) );
di3.cVersion = 3;
di3.pName = (WCHAR *)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