X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/217099990c2665d18d352c60058106da9a014ab8..594f0f5bf1355fb8d58f403d3ebacc1c1767c429:/include/wx/confbase.h?ds=sidebyside diff --git a/include/wx/confbase.h b/include/wx/confbase.h index 95d9f8f282..25b97678b8 100644 --- a/include/wx/confbase.h +++ b/include/wx/confbase.h @@ -19,6 +19,7 @@ #endif #include "wx/defs.h" +#include "wx/string.h" // ---------------------------------------------------------------------------- // constants @@ -306,7 +307,8 @@ private: Replace environment variables ($SOMETHING) with their values. The format is $VARNAME or ${VARNAME} where VARNAME contains alphanumeric characters and '_' only. '$' must be escaped ('\$') in order to be taken literally. - */ +*/ + WXDLLEXPORT wxString wxExpandEnvVars(const wxString &sz); /*