X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/30b80439116f85c67f595661b7bb369f17c1eb1e..7735b2ea691f41d7a7f007befbe969386873b86e:/src/msw/control.cpp diff --git a/src/msw/control.cpp b/src/msw/control.cpp index b3e4f5b2ec..1fac8d1ed2 100644 --- a/src/msw/control.cpp +++ b/src/msw/control.cpp @@ -143,13 +143,11 @@ bool wxControl::MSWCreateControl(const wxChar *classname, if ( !m_hWnd ) { -#ifdef __WXDEBUG__ wxLogLastError(wxString::Format ( - _T("CreateWindowEx(\"%s\", flags=%08lx, ex=%08lx)"), + wxT("CreateWindowEx(\"%s\", flags=%08lx, ex=%08lx)"), classname, style, exstyle )); -#endif // __WXDEBUG__ return false; }