Restore lost check for __WXUNIVERSAL__ in wx/animate.h
Don't use native version when building wxUniv.
This commit is contained in:
@@ -146,7 +146,7 @@ protected:
|
|||||||
// include the platform-specific version of the wxAnimationCtrl class
|
// include the platform-specific version of the wxAnimationCtrl class
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
#if defined(__WXGTK20__)
|
#if defined(__WXGTK20__) && !defined(__WXUNIVERSAL__)
|
||||||
#include "wx/gtk/animate.h"
|
#include "wx/gtk/animate.h"
|
||||||
|
|
||||||
#define wxHAS_NATIVE_ANIMATIONCTRL
|
#define wxHAS_NATIVE_ANIMATIONCTRL
|
||||||
|
Reference in New Issue
Block a user