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