]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/longlong.cpp
check for wxOnAssert reentrancy
[wxWidgets.git] / src / common / longlong.cpp
index ba47b870f989fdabf4a8620f871acba5031daa3e..d0cda3912dd7029039d1fdd41e62ec18a6aa00c2 100644 (file)
 #if wxUSE_LONGLONG
 #include "wx/longlong.h"
 
+#if defined(__MWERKS__) && defined(__WXMSW__)
+#include <string.h>     // for memset()
+#else
 #include <memory.h>     // for memset()
+#endif
+
 #include <math.h>       // for fabs()
 
 // ============================================================================