Fix build after the last commit

Remove the extraneous parenthesis in the preprocessor test.
This commit is contained in:
Vadim Zeitlin 2019-09-13 14:15:39 +02:00
parent 9a271ab676
commit 0ccfd9c0e9

View File

@ -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"
{