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:
Ron Lee
2003-01-25 04:26:33 +00:00
parent 8ddf18dd0d
commit a0f3867a6a
2 changed files with 7 additions and 7 deletions

View File

@@ -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