#pragma implementation "bmpbuttn.h"
#endif
+#ifdef __VMS
+#define XtScreen XTSCREEN
+#endif
+
+#include "wx/defs.h"
+
#include "wx/bmpbuttn.h"
#ifdef __VMS__
Pixmap XCreateInsensitivePixmap( Display *display, Pixmap pixmap );
-#if !USE_SHARED_LIBRARY
IMPLEMENT_DYNAMIC_CLASS(wxBitmapButton, wxButton)
-#endif
wxBitmapButton::wxBitmapButton()
{