Export IsX11/IsWayland symbols needed by wxMediaCtrl library

This commit is contained in:
Paul Cornett
2022-02-10 11:16:36 -08:00
parent 94868c6f41
commit 2356dda034
2 changed files with 4 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
#ifdef __WXGTK3__
namespace wxGTKImpl
{
bool IsWayland(void* instance);
bool IsX11(void* instance);
WXDLLIMPEXP_CORE bool IsWayland(void* instance);
WXDLLIMPEXP_CORE bool IsX11(void* instance);
}
#endif