#include "wx/app.h"
#endif
-#include <wx/log.h>
+#include "wx/log.h"
#include <stdlib.h>
#include "wx/ioswrap.h"
}
#endif
+#if !defined(__VISAGECPP__) // already defines this by default
void operator delete (void * buf)
{
#ifdef NO_DEBUG_ALLOCATION
wxDebugFree(buf);
#endif
}
+#endif
// VC++ 6.0
#if defined(__VISUALC__) && (__VISUALC__ >= 1200)