now compiles with USE_XPM_IN_MSW on
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@126 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2111,7 +2111,7 @@ wxBitmap *wxResourceCreateBitmap(char *resource, wxResourceTable *table)
|
|||||||
wxWarning(buf);
|
wxWarning(buf);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
bitmap = new wxBitmap((char **)item->GetValue1());
|
bitmap = new wxBitmap(item->GetValue1());
|
||||||
#else
|
#else
|
||||||
wxWarning("No XPM facility available!");
|
wxWarning("No XPM facility available!");
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user