X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/57f4f9255e3d70e219e6eabd68c3990c0f471f81..1ac76609146a74466b88e53b551e9ea01c5c8801:/src/msw/statline.cpp diff --git a/src/msw/statline.cpp b/src/msw/statline.cpp index b96b03985e..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,15 +28,7 @@ #if wxUSE_STATLINE #include "wx/msw/private.h" -#include "wx/log.h" - -#ifndef SS_SUNKEN - #define SS_SUNKEN 0x00001000L -#endif - -#ifndef SS_NOTIFY - #define SS_NOTIFY 0x00000100L -#endif +#include "wx/msw/missing.h" // ============================================================================ // implementation