From 8c87c1ec038aed864c7900479043177ac4a9d2fe Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 24 Mar 2020 19:31:46 -0700 Subject: [PATCH] Remove check for __WXUNIVERSAL__ Co-Authored-By: VZ --- src/gtk/animate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gtk/animate.cpp b/src/gtk/animate.cpp index d53dd5a440..c39d804dc7 100644 --- a/src/gtk/animate.cpp +++ b/src/gtk/animate.cpp @@ -11,7 +11,7 @@ // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" -#if wxUSE_ANIMATIONCTRL && !defined(__WXUNIVERSAL__) +#if wxUSE_ANIMATIONCTRL #include "wx/animate.h" #if !wxUSE_GENERIC_ANIMATIONCTRL