]> git.saurik.com Git - wxWidgets.git/commitdiff
Use native version of wxAnimateCtrl only for
authorRobert Roebling <robert@roebling.de>
Wed, 11 Oct 2006 17:59:40 +0000 (17:59 +0000)
committerRobert Roebling <robert@roebling.de>
Wed, 11 Oct 2006 17:59:40 +0000 (17:59 +0000)
   GTK >= 2

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41946 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/animate.h

index b9cde65251a964f0473d223f897df585dab3f845..d40361a958fa8ab54caa0550878e146f8485a8dd 100644 (file)
@@ -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"