Restore lost check for __WXUNIVERSAL__ in wx/animate.h

Don't use native version when building wxUniv.
This commit is contained in:
Vadim Zeitlin 2020-04-06 01:28:01 +02:00
parent 103a01989e
commit a5b5573ee1

View File

@ -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