X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/277d672a9d49e588af8c12db30184ed503faa23e..00c813596e3eefdd028365acf9542355937e5531:/src/common/longlong.cpp?ds=sidebyside diff --git a/src/common/longlong.cpp b/src/common/longlong.cpp index 44415d8dab..d0cda3912d 100644 --- a/src/common/longlong.cpp +++ b/src/common/longlong.cpp @@ -28,7 +28,12 @@ #if wxUSE_LONGLONG #include "wx/longlong.h" +#if defined(__MWERKS__) && defined(__WXMSW__) +#include // for memset() +#else #include // for memset() +#endif + #include // for fabs() // ============================================================================ @@ -609,11 +614,10 @@ void *wxLongLongWx::asArray(void) const wxString #if wxUSE_LONGLONG_NATIVE -wxLongLongNative +wxLongLongNative::ToString() const #else -wxLognLongWx +wxLongLongWx::ToString() const #endif -::ToString() const { // TODO: this is awfully inefficient, anything better? wxString result;