X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6feb95a79834836e88143b15d9f424ebe79621..f925f24de8a4e6aa116efed61ab77ec08b686c67:/include/wx/spinbutt.h diff --git a/include/wx/spinbutt.h b/include/wx/spinbutt.h index 52bf67cbeb..e2c4fd53d6 100644 --- a/include/wx/spinbutt.h +++ b/include/wx/spinbutt.h @@ -12,12 +12,6 @@ #ifndef _WX_SPINBUTT_H_BASE_ #define _WX_SPINBUTT_H_BASE_ -#ifdef __GNUG__ - #if !defined(__WXMOTIF__) && !defined(__WXMAC__) // because there is no matching .cpp - #pragma interface "spinbutbase.h" - #endif -#endif - // ---------------------------------------------------------------------------- // headers // ---------------------------------------------------------------------------- @@ -82,7 +76,7 @@ protected: #if defined(__WXUNIVERSAL__) #include "wx/univ/spinbutt.h" -#elif defined(__WXMSW__) +#elif defined(__WXMSW__) && defined(__WIN95__) #include "wx/msw/spinbutt.h" #elif defined(__WXMOTIF__) #include "wx/motif/spinbutt.h"