From: Ron Lee Date: Sat, 25 Jan 2003 04:38:01 +0000 (+0000) Subject: Don't use bitmap by default. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8f91dda1b470e009808f641cccdaa9f1e50b2e8d Don't use bitmap by default. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18918 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/icon.h b/include/wx/msw/icon.h index 1d9305e9aa..5c14c2129f 100644 --- a/include/wx/msw/icon.h +++ b/include/wx/msw/icon.h @@ -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