#include "wx/wxprec.h"
+#if wxUSE_STATTEXT
+
#include "wx/app.h"
#include "wx/stattext.h"
#include "wx/notebook.h"
#include <stdio.h>
-#if !USE_SHARED_LIBRARY
IMPLEMENT_DYNAMIC_CLASS(wxStaticText, wxControl)
-#endif
#include "wx/mac/uma.h"
return ret;
}
+
+#endif //if wxUSE_STATTEXT
+