#define _WX_UNIV_WINDOW_H_
#ifdef __GNUG__
- #pragma interface "window.h"
+ #pragma interface "univwindow.h"
#endif
#include "wx/bitmap.h" // for m_bitmapBg
#define wxWindowNative wxWindowGTK
#elif defined(__WXMGL__)
#define wxWindowNative wxWindowMGL
+#elif defined(__WXMAC__)
+#define wxWindowNative wxWindowMac
#endif
class WXDLLEXPORT wxWindow : public wxWindowNative