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:
Ron Lee
2003-01-25 04:38:01 +00:00
parent 4f8090e092
commit 8f91dda1b4

View File

@@ -23,7 +23,7 @@
// compatible (even if incorrect) behaviour by default: derive wxIcon from
// wxBitmap
#ifndef wxICON_IS_BITMAP
#define wxICON_IS_BITMAP 1
#define wxICON_IS_BITMAP 0
#endif
#if wxICON_IS_BITMAP