X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cc4f5ad8097e6fb7c681056e282c5b874e81b184..f8a139493553049e0b92db4bbee11deb33093ee3:/src/msw/statline.cpp diff --git a/src/msw/statline.cpp b/src/msw/statline.cpp index a06913774a..521b9e04ca 100644 --- a/src/msw/statline.cpp +++ b/src/msw/statline.cpp @@ -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" @@ -32,10 +28,7 @@ #if wxUSE_STATLINE #include "wx/msw/private.h" - -#ifndef SS_SUNKEN - #define SS_SUNKEN 0x00001000L -#endif +#include "wx/msw/missing.h" // ============================================================================ // implementation