]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix for daily builds
authorMattia Barbon <mbarbon@cpan.org>
Thu, 28 Mar 2002 20:55:49 +0000 (20:55 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Thu, 28 Mar 2002 20:55:49 +0000 (20:55 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14848 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/toplevel.cpp

index ae7a11fd57fcb88ff589d1207aaf4888945a8eca..03ef96e8d8d2fad0bb3fec690bd944e650fd000d 100644 (file)
 
 #include "wx/msw/private.h"
 
+#ifndef ICON_BIG
+    #define ICON_BIG 1
+#endif
+
+#ifndef ICON_SMALL
+    #define ICON_SMALL 0
+#endif
+
 // ----------------------------------------------------------------------------
 // stubs for missing functions under MicroWindows
 // ----------------------------------------------------------------------------