]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/statbr95.cpp
More SC++ fixes; HelpGen starting to compile with VC++; image sample now compiles...
[wxWidgets.git] / src / msw / statbr95.cpp
index 477716f8236c40938bacdb9dddbf91a54f33422b..5f98b771806a05e87707defc36f02bbbe5a571be 100644 (file)
 #pragma implementation "statbr95.h"
 #endif
 
-// ============================================================================
-// declarations
-// ============================================================================
-
-// ----------------------------------------------------------------------------
-// headers
-// ----------------------------------------------------------------------------
-
 // for compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -35,6 +27,8 @@
   #include "wx/dcclient.h"
 #endif
 
+#ifdef __WIN95__
+
 #include "wx/log.h"
 
 #include "wx/generic/statusbr.h"
@@ -43,7 +37,7 @@
 #include  <windows.h>
 #include  <windowsx.h>
 
-#ifndef __GNUWIN32__
+#if !defined(__GNUWIN32__)
 #include  <commctrl.h>
 #endif
 
@@ -235,4 +229,7 @@ void wxStatusBar95::OnSize(wxSizeEvent& event)
   SetFieldsWidth();
 }
 
-#endif  //USE_NATIVE_STATUSBAR
\ No newline at end of file
+#endif
+  // __WIN95__
+#endif
+  // wxUSE_NATIVE_STATUSBAR