]> git.saurik.com Git - wxWidgets.git/commitdiff
Don't use bitmap by default.
authorRon Lee <ron@debian.org>
Sat, 25 Jan 2003 04:38:01 +0000 (04:38 +0000)
committerRon Lee <ron@debian.org>
Sat, 25 Jan 2003 04:38:01 +0000 (04:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18918 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/icon.h

index 1d9305e9aa4dc64d61146df08e31dc2275a7aac3..5c14c2129fad90e4c6831ca399008a3eb67d5cb3 100644 (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