#endif
#include "wx/dcprint.h"
+#include "wx/log.h"
#include "math.h"
#include <windows.h>
if (ret <= 0)
{
DWORD lastError = GetLastError();
- wxDebugMsg("wxDC::StartDoc failed with error: %d\n", lastError);
+ wxLogDebug("wxDC::StartDoc failed with error: %d\n", lastError);
}
#endif