17 May
2023
17 May
'23
3:29 a.m.
From: Piotr Caban <piotr(a)codeweavers.com> --- dlls/winspool.drv/info.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/winspool.drv/info.c b/dlls/winspool.drv/info.c index 2f2529ea01b..3c513f1c0e8 100644 --- a/dlls/winspool.drv/info.c +++ b/dlls/winspool.drv/info.c @@ -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; -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/2840