From: Chris Elliott Date: Mon, 9 Dec 2002 15:26:28 +0000 (+0000) Subject: fix bug with treectrl sample X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/969096ef37381d4f107da86e72bee3d125a2b085 fix bug with treectrl sample git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18158 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/data.cpp b/src/msw/data.cpp index 8642adb452..e900e53f8f 100644 --- a/src/msw/data.cpp +++ b/src/msw/data.cpp @@ -135,7 +135,7 @@ const wxChar *wxGetTextFromUserPromptStr = wxT("Input Text"); const wxChar *wxMessageBoxCaptionStr = wxT("Message"); const wxChar *wxFileSelectorPromptStr = wxT("Select a file"); const wxChar *wxFileSelectorDefaultWildcardStr = wxT("*.*"); -const wxChar *wxTreeCtrlNameStr = wxT("treeCtrl"); +const wxChar WXDLLEXPORT *wxTreeCtrlNameStr = wxT("treeCtrl"); const wxChar *wxDirDialogNameStr = wxT("wxDirCtrl"); const wxChar *wxDirDialogDefaultFolderStr = wxT("/");