Don't use bitmap by default.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18918 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
// compatible (even if incorrect) behaviour by default: derive wxIcon from
|
// compatible (even if incorrect) behaviour by default: derive wxIcon from
|
||||||
// wxBitmap
|
// wxBitmap
|
||||||
#ifndef wxICON_IS_BITMAP
|
#ifndef wxICON_IS_BITMAP
|
||||||
#define wxICON_IS_BITMAP 1
|
#define wxICON_IS_BITMAP 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if wxICON_IS_BITMAP
|
#if wxICON_IS_BITMAP
|
||||||
|
Reference in New Issue
Block a user