[PATCH] winspool.drv: Support cups 2.2 header update

Bruno Jesus 00cpxxx at gmail.com
Fri Jul 1 17:20:40 CDT 2016


On Fri, Jul 1, 2016 at 6:32 PM, Michael Cronenworth <mike at cchtml.com> wrote:
> Signed-off-by: Michael Cronenworth <mike at cchtml.com>
> ---
>  dlls/winspool.drv/info.c | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/dlls/winspool.drv/info.c b/dlls/winspool.drv/info.c
> index 3ba94cd..5468066 100644
> --- a/dlls/winspool.drv/info.c
> +++ b/dlls/winspool.drv/info.c
> @@ -43,6 +43,9 @@
>  #include <signal.h>
>  #ifdef HAVE_CUPS_CUPS_H
>  # include <cups/cups.h>
> +# if CUPS_VERSION_MAJOR > 2 || (CUPS_VERSION_MAJOR == 2 && CUPS_VERSION_MINOR > 1)
> +#  include <cups/ppd.h>
> +# endif
>  #endif

Hi, AFAICS this other patch from Ken Thomases in the queue will do the same:
http://source.winehq.org/patches/data/123755

Best wishes,
Bruno



More information about the wine-devel mailing list