]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/treebase.h
fixed Cygwin compilation (there's no _get_osfhandle)
[wxWidgets.git] / include / wx / treebase.h
index 7bdc2d2a296cb2270d35c44ec1c6d966779f2805..5ca616edd83e1077606ff6b2be1191689c048ee9 100644 (file)
@@ -201,7 +201,7 @@ static const int wxTREE_HITTEST_ONITEM  = wxTREE_HITTEST_ONITEMICON |
                                           wxTREE_HITTEST_ONITEMLABEL;
 
 // tree ctrl default name
-WXDLLEXPORT_DATA(extern const wxChar*) wxTreeCtrlNameStr;
+extern WXDLLEXPORT_DATA(const wxChar*) wxTreeCtrlNameStr;
 
 // ----------------------------------------------------------------------------
 // wxTreeItemAttr: a structure containing the visual attributes of an item