X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6e42617af493da590f7d08ed248be615ab817eee..947f3b358cae28b63c6f69af21c493cab355fb7e:/src/mac/carbon/mdi.cpp diff --git a/src/mac/carbon/mdi.cpp b/src/mac/carbon/mdi.cpp index 428a0dc410..3f3131746c 100644 --- a/src/mac/carbon/mdi.cpp +++ b/src/mac/carbon/mdi.cpp @@ -40,7 +40,7 @@ BEGIN_EVENT_TABLE(wxMDIClientWindow, wxWindow) EVT_SCROLL(wxMDIClientWindow::OnScroll) END_EVENT_TABLE() -static const wxChar *TRACE_MDI = _T("mdi"); +#define TRACE_MDI "mdi" static const int IDM_WINDOWTILEHOR = 4001; static const int IDM_WINDOWCASCADE = 4002;