]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stattext.h
show the taskbar icon even after Explorer restart (patch 723532) + some code cleanup
[wxWidgets.git] / include / wx / stattext.h
index 0f29f9834b4b7f92edc18291626f087ebf2ca059..60fd8ede0a0d424e06a444371f196140696d1987 100644 (file)
@@ -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,12 @@ 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(__WXCOCOA__)
+    #include "wx/cocoa/stattext.h"
 #elif defined(__WXPM__)
     #include "wx/os2/stattext.h"
-#elif defined(__WXSTUBS__)
-    #include "wx/stubs/stattext.h"
 #endif
 
 #endif // wxUSE_STATTEXT