X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/55b46fd164e36b063ee924e8a433f6b0f876dc70..26ce51716abc67acb52fa53c6e621f9dfeef683f:/include/wx/generic/textdlgg.h?ds=sidebyside diff --git a/include/wx/generic/textdlgg.h b/include/wx/generic/textdlgg.h index 46883085ab..642dd0e9fe 100644 --- a/include/wx/generic/textdlgg.h +++ b/include/wx/generic/textdlgg.h @@ -27,8 +27,8 @@ class WXDLLEXPORT wxTextCtrl; -WXDLLEXPORT_DATA(extern const wxChar*) wxGetTextFromUserPromptStr; -WXDLLEXPORT_DATA(extern const wxChar*) wxGetPasswordFromUserPromptStr; +extern WXDLLEXPORT_DATA(const wxChar*) wxGetTextFromUserPromptStr; +extern WXDLLEXPORT_DATA(const wxChar*) wxGetPasswordFromUserPromptStr; #define wxTextEntryDialogStyle (wxOK | wxCANCEL | wxCENTRE | wxWS_EX_VALIDATE_RECURSIVELY)