X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cc4f5ad8097e6fb7c681056e282c5b874e81b184..1a1f3e4b53fd5d1515b16905edf4250dfb2fc676:/src/msw/statline.cpp diff --git a/src/msw/statline.cpp b/src/msw/statline.cpp index a06913774a..4c902f5398 100644 --- a/src/msw/statline.cpp +++ b/src/msw/statline.cpp @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: msw/statline.cpp +// Name: src/msw/statline.cpp // Purpose: MSW version of wxStaticLine class // Author: Vadim Zeitlin // Created: 28.06.99 @@ -16,10 +16,6 @@ // headers // ---------------------------------------------------------------------------- -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma implementation "statline.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -31,10 +27,9 @@ #if wxUSE_STATLINE -#include "wx/msw/private.h" - -#ifndef SS_SUNKEN - #define SS_SUNKEN 0x00001000L +#ifndef WX_PRECOMP + #include "wx/msw/private.h" + #include "wx/msw/missing.h" #endif // ============================================================================ @@ -134,4 +129,3 @@ WXDWORD wxStaticLine::MSWGetStyle(long style, WXDWORD *exstyle) const } #endif // wxUSE_STATLINE -