Restore lost check for __WXUNIVERSAL__ in wx/animate.h
Don't use native version when building wxUniv.
This commit is contained in:
parent
103a01989e
commit
a5b5573ee1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user