X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cdccdfabb29bd51aded9aac141e1f7bbd6c85443..c315587c21ed44e54fbb3c1b36f0f70f78314081:/src/os2/statbmp.cpp diff --git a/src/os2/statbmp.cpp b/src/os2/statbmp.cpp index 3ec5c73c58..52ba6af126 100644 --- a/src/os2/statbmp.cpp +++ b/src/os2/statbmp.cpp @@ -17,9 +17,9 @@ #ifndef WX_PRECOMP #include "wx/icon.h" #include "wx/window.h" + #include "wx/dcclient.h" #endif -#include "wx/dcclient.h" #include "wx/os2/private.h" #include @@ -43,7 +43,7 @@ static wxGDIImage* ConvertImage( if(!bIsIcon ) { wxASSERT_MSG( wxDynamicCast(&rBitmap, wxBitmap), - _T("not an icon and not a bitmap?") ); + wxT("not an icon and not a bitmap?") ); const wxBitmap& rBmp = (const wxBitmap&)rBitmap; wxMask* pMask = rBmp.GetMask();