#include "wx/app.h"
#include "wx/icon.h"
#include "wx/bitmap.h"
+ #include "wx/log.h"
#endif
#include "wx/msw/private.h"
HICON hicon = ::CreateIconIndirect(&iconInfo);
if ( !hicon )
{
- wxLogLastError("CreateIconIndirect");
+ wxLogLastError(wxT("CreateIconIndirect"));
}
else
{