X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6feb95a79834836e88143b15d9f424ebe79621..52c71b808f1c7fd161bb0bc5082683320f15dbb2:/include/wx/stattext.h?ds=inline diff --git a/include/wx/stattext.h b/include/wx/stattext.h index 0f29f9834b..827427c80a 100644 --- a/include/wx/stattext.h +++ b/include/wx/stattext.h @@ -5,7 +5,7 @@ #include "wx/control.h" -extern const wxChar *wxStaticTextNameStr; +WXDLLEXPORT_DATA(extern const wxChar*) wxStaticTextNameStr; class WXDLLEXPORT wxStaticTextBase : public wxControl { @@ -22,14 +22,10 @@ public: #include "wx/motif/stattext.h" #elif defined(__WXGTK__) #include "wx/gtk/stattext.h" -#elif defined(__WXQT__) - #include "wx/qt/stattext.h" #elif defined(__WXMAC__) #include "wx/mac/stattext.h" #elif defined(__WXPM__) #include "wx/os2/stattext.h" -#elif defined(__WXSTUBS__) - #include "wx/stubs/stattext.h" #endif #endif // wxUSE_STATTEXT