X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8b9518ee4a9cb8f6d4934afaed07aea011ec5ab1..2004484f9b139978e86c3e9e102001a46f493576:/src/msw/statbr95.cpp diff --git a/src/msw/statbr95.cpp b/src/msw/statbr95.cpp index 8cc90dee02..5f98b77180 100644 --- a/src/msw/statbr95.cpp +++ b/src/msw/statbr95.cpp @@ -13,14 +13,6 @@ #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,11 +37,11 @@ #include #include -#ifndef __GNUWIN32__ +#if !defined(__GNUWIN32__) #include #endif -#if USE_NATIVE_STATUSBAR +#if wxUSE_NATIVE_STATUSBAR #if !USE_SHARED_LIBRARY IMPLEMENT_DYNAMIC_CLASS(wxStatusBar95, wxStatusBar); @@ -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