Commit cc3f61e7 authored by Fabian Maurer's avatar Fabian Maurer Committed by Alexandre Julliard

localspl: Add workaround for old versions of cups.h.

Recent versions of cups.h have HTTP_STATUS_CONTINUE as enum, so defining it doesn't hurt Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54166
parent f9bd79dc
......@@ -44,6 +44,9 @@
WINE_DEFAULT_DEBUG_CHANNEL(localspl);
/* cups.h before version 1.7.0 doesn't have HTTP_STATUS_CONTINUE */
#define HTTP_STATUS_CONTINUE 100
#ifdef SONAME_LIBCUPS
static void *libcups_handle;
......
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