From 0ccfd9c0e91ef376da7a643148210c9ac1942fc1 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 13 Sep 2019 14:15:39 +0200 Subject: [PATCH] Fix build after the last commit Remove the extraneous parenthesis in the preprocessor test. --- 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 53f0a300c0..5b53e8d89c 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" {