[PATCH v2] winspool.drv: If the call to cupsPrintFile fails, print the cups error message.

Huw Davies huw at codeweavers.com
Thu Jan 28 03:05:45 CST 2016


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.



More information about the wine-devel mailing list