]> git.saurik.com Git - wxWidgets.git/commitdiff
World is more than WXUNIV vs. MSW
authorWłodzimierz Skiba <abx@abx.art.pl>
Wed, 9 Feb 2005 07:04:09 +0000 (07:04 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Wed, 9 Feb 2005 07:04:09 +0000 (07:04 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31866 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/window.h

index 5396fe59eec19a83525b97c04c3fd15b7b82c9ab..8874dded7ed3e3bade22b55fb2aa53fc1cfbab75 100644 (file)
@@ -48,9 +48,9 @@
 // compiled in - it should only be used when building real wxFoo
 #ifdef __WXUNIVERSAL__
     #define wxUSE_MENUS_NATIVE 0
-#else // __WXMSW__
+#else // !__WXUNIVERSAL__
     #define wxUSE_MENUS_NATIVE wxUSE_MENUS
-#endif // __WXUNIVERSAL__/__WXMSW__
+#endif // __WXUNIVERSAL__/!__WXUNIVERSAL__
 
 // ----------------------------------------------------------------------------
 // forward declarations