From a5b5573ee13eca640c56cd7820cc9d8802675457 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 6 Apr 2020 01:28:01 +0200 Subject: [PATCH] Restore lost check for __WXUNIVERSAL__ in wx/animate.h Don't use native version when building wxUniv. --- include/wx/animate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/animate.h b/include/wx/animate.h index 64754d58bc..316c2a5ec9 100644 --- a/include/wx/animate.h +++ b/include/wx/animate.h @@ -146,7 +146,7 @@ protected: // include the platform-specific version of the wxAnimationCtrl class // ---------------------------------------------------------------------------- -#if defined(__WXGTK20__) +#if defined(__WXGTK20__) && !defined(__WXUNIVERSAL__) #include "wx/gtk/animate.h" #define wxHAS_NATIVE_ANIMATIONCTRL