X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/22f3361e1cf25c52a2da8fdfc5cb081809e18fb9..687dcff3a46a55c11851b1cabdbbbef5492a2f5f:/include/wx/generic/textdlgg.h?ds=sidebyside diff --git a/include/wx/generic/textdlgg.h b/include/wx/generic/textdlgg.h index e723081d02..9c2284ac28 100644 --- a/include/wx/generic/textdlgg.h +++ b/include/wx/generic/textdlgg.h @@ -5,8 +5,8 @@ // Modified by: // Created: 01/02/97 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef __TEXTDLGH_G__ @@ -16,6 +16,7 @@ #pragma interface "textdlgg.h" #endif +#if wxUSE_TEXTDLG #include "wx/defs.h" #include "wx/dialog.h" @@ -27,7 +28,6 @@ class WXDLLEXPORT wxTextCtrl; WXDLLEXPORT_DATA(extern const wxChar*) wxGetTextFromUserPromptStr; -WXDLLEXPORT_DATA(extern const wxChar*) wxEmptyString; #define wxTextEntryDialogStyle (wxOK | wxCANCEL | wxCENTRE | wxWS_EX_VALIDATE_RECURSIVELY) @@ -88,5 +88,7 @@ wxGetPasswordFromUser(const wxString& message, const wxString& default_value = wxEmptyString, wxWindow *parent = (wxWindow *) NULL); +#endif + // wxUSE_TEXTDLG #endif // __TEXTDLGH_G__