correction on Fix build after the last commit

This commit is contained in:
Jouk
2019-09-13 14:38:50 +02:00
parent 0ccfd9c0e9
commit c836ca7312

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