#define _WX_SPINBUTT_H_BASE_
#ifdef __GNUG__
- #ifndef __WXMOTIF__ // because there is no matching .cpp for Motif
+ #if !defined(__WXMOTIF__) && !defined(__WXMAC__) // because there is no matching .cpp
#pragma interface "spinbutbase.h"
- #endif // Motif
+ #endif
#endif
// ----------------------------------------------------------------------------