]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/animatecmn.cpp
Implement incremental search in wxGenericListCtrl.
[wxWidgets.git] / src / common / animatecmn.cpp
index e18c6e8d34f84f660afe5574e4eb525b90ed9129..2bee8939707f87a5b51c96ff5d560958b674ce13 100644 (file)
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
+#ifdef __BORLANDC__
+    #pragma hdrstop
+#endif
+
 #if wxUSE_ANIMATIONCTRL
 
 #include "wx/animate.h"
@@ -26,7 +30,7 @@
 #include "wx/image.h"
 #include "wx/dcmemory.h"
 
-const wxChar wxAnimationCtrlNameStr[] = wxT("animationctrl");
+const char wxAnimationCtrlNameStr[] = "animationctrl";
 
 // global object
 wxAnimation wxNullAnimation;