From c836ca73126ef824b47a358aa57517c5fcd78fba Mon Sep 17 00:00:00 2001 From: Jouk Date: Fri, 13 Sep 2019 14:38:50 +0200 Subject: [PATCH] correction on Fix build after the last commit --- src/common/cairo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/cairo.cpp b/src/common/cairo.cpp index 5b53e8d89c..6879b021e3 100644 --- a/src/common/cairo.cpp +++ b/src/common/cairo.cpp @@ -398,7 +398,7 @@ bool wxCairoInit() // the following code will not make sense on OpenVMS : dynamically loading // of the cairo library is not possible, since on OpenVMS the library is // created as a static library. -#if !defined(__WXGTK__) || defined(__VMS) +#if !( defined(__WXGTK__) || defined(__VMS) ) extern "C" {