Don't compile Cairo dynamic linking code with GTK
It's useless as Cairo is always linked to any program using GTK
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
#pragma hdrstop
|
||||
#endif
|
||||
|
||||
#if wxUSE_CAIRO
|
||||
#if wxUSE_CAIRO && !defined(__WXGTK20__)
|
||||
|
||||
// keep cairo.h from defining dllimport as we're defining the symbols inside
|
||||
// the wx dll in order to load them dynamically.
|
||||
|
||||
Reference in New Issue
Block a user