X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/799ea01170e831c212320b0cb3038a91785e4789..db4444f0cebf4e63e666a7d6d18141c127535efd:/include/wx/control.h diff --git a/include/wx/control.h b/include/wx/control.h index 24338b06b5..9493c91e48 100644 --- a/include/wx/control.h +++ b/include/wx/control.h @@ -6,7 +6,7 @@ // Created: 26.07.99 // RCS-ID: $Id$ // Copyright: (c) wxWindows team -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_CONTROL_H_BASE_ @@ -16,7 +16,7 @@ // headers // ---------------------------------------------------------------------------- -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) #pragma interface "controlbase.h" #endif @@ -84,8 +84,6 @@ protected: #include "wx/mac/control.h" #elif defined(__WXPM__) #include "wx/os2/control.h" -#elif defined(__WXSTUBS__) - #include "wx/stubs/control.h" #endif #endif // wxUSE_CONTROLS