Switching on wxUSE_CAIRO for wxX11 on OpenVMS

This commit is contained in:
Jouk
2019-09-13 08:03:45 +02:00
parent dda6aa6bdc
commit 9a271ab676
3 changed files with 8 additions and 5 deletions

View File

@@ -395,7 +395,10 @@ bool wxCairoInit()
return wxCairo::Initialize();
}
#ifndef __WXGTK__
// 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 ) )
extern "C"
{