]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/statusbr.cpp
1. fixed typo ('&' instead of '|') in wxNotebook
[wxWidgets.git] / src / generic / statusbr.cpp
index ea7ab8837a2eb7b06381bb7aa09df932a7d68556..e1739aa5c326d84aad43d5e4523959f8a14b865c 100644 (file)
@@ -20,7 +20,7 @@
 #pragma hdrstop
 #endif
 
-//#if !defined(__WIN32__) || !wxUSE_NATIVE_STATUSBAR
+#if wxUSE_STATUSBAR
 
 #ifndef WX_PRECOMP
 #include "wx/setup.h"
@@ -395,4 +395,4 @@ void wxStatusBarGeneric::SetMinHeight(int height)
     }
 }
 
-//#endif // Win32 && wxUSE_NATIVE_STATUSBAR
+#endif // wxUSE_STATUSBAR