X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1bd2ceb57b0cc9f2b07b8bbb7d38d0e0d2381d3a..d34d31f6d62dadc35ade1fc4308add7552b2877e:/src/common/animatecmn.cpp diff --git a/src/common/animatecmn.cpp b/src/common/animatecmn.cpp index e18c6e8d34..2bee893970 100644 --- a/src/common/animatecmn.cpp +++ b/src/common/animatecmn.cpp @@ -17,6 +17,10 @@ // 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;