]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/statbr95.cpp
Another solaris fix. :-<
[wxWidgets.git] / src / msw / statbr95.cpp
index 1499d2463e10c83a48e267b62b09eb9c76aeac0a..312fabcea26fd0bb9f76a9bbe6c2206f924884fd 100644 (file)
@@ -36,7 +36,7 @@
 #include  <windows.h>
 #include  <windowsx.h>
 
-#if !defined(__GNUWIN32__)
+#if !defined(__GNUWIN32__) || defined(__TWIN32__)
 #include  <commctrl.h>
 #endif
 
@@ -48,7 +48,7 @@
 #undef GetClassName
 #endif
 
-#if     wxUSE_NATIVE_STATUSBAR
+#if wxUSE_NATIVE_STATUSBAR
 
 #if     !USE_SHARED_LIBRARY
   IMPLEMENT_DYNAMIC_CLASS(wxStatusBar95, wxStatusBar);
@@ -236,7 +236,9 @@ void wxStatusBar95::OnSize(wxSizeEvent& event)
   SetFieldsWidth();
 }
 
-#endif
-  // __WIN95__
-#endif
-  // wxUSE_NATIVE_STATUSBAR
+#endif  // wxUSE_NATIVE_STATUSBAR
+
+#else
+    #error "wxStatusBar95 is only available under Windows 95 and later."
+#endif // __WIN95__
+