Re: [PATCH v2] winspool.drv: If the call to cupsPrintFile fails, print the cups error message.
28 Jan
2016
28 Jan
'16
9:05 a.m.
On Wed, Jan 27, 2016 at 08:58:26AM -0600, Jeremy White wrote:
diff --git a/dlls/winspool.drv/info.c b/dlls/winspool.drv/info.c index cebf6f7..89966ce 100644 --- a/dlls/winspool.drv/info.c +++ b/dlls/winspool.drv/info.c @@ -781,6 +781,7 @@ static void *cupshandle; DO_FUNC(cupsPrintFile) #define CUPS_OPT_FUNCS \ DO_FUNC(cupsGetNamedDest); \ + DO_FUNC(cupsLastErrorString); \ DO_FUNC(cupsGetPPD3)
Could we keep these in alphabetical order please? Otherwise, looks good. Huw.
3609
Age (days ago)
3609
Last active (days ago)
0 comments
1 participants
participants (1)
-
Huw Davies