From: Robert Roebling Date: Wed, 11 Oct 2006 17:59:40 +0000 (+0000) Subject: Use native version of wxAnimateCtrl only for X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/fe37cbd46f6f9a1207949f3f4397df49bcbe439d?ds=inline Use native version of wxAnimateCtrl only for GTK >= 2 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41946 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/animate.h b/include/wx/animate.h index b9cde65251..d40361a958 100644 --- a/include/wx/animate.h +++ b/include/wx/animate.h @@ -91,7 +91,7 @@ private: // include the platform-specific version of the wxAnimationCtrl class // ---------------------------------------------------------------------------- -#if defined(__WXGTK__) +#if defined(__WXGTK20__) #include "wx/gtk/animate.h" #else #include "wx/generic/animate.h"