X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bdc72a22686ac141e9bc4559a1171d017fdcb094..695237bccd652c60deba347117ba5ab32067880c:/include/wx/utils.h diff --git a/include/wx/utils.h b/include/wx/utils.h index a3c326248b..7893bd1700 100644 --- a/include/wx/utils.h +++ b/include/wx/utils.h @@ -212,6 +212,7 @@ WXDLLEXPORT bool wxGetUserName(wxChar *buf, int maxSize); WXDLLEXPORT wxString wxGetUserName(); // Get current Home dir and copy to dest (returns pstr->c_str()) +WXDLLEXPORT wxString wxGetHomeDir(); WXDLLEXPORT const wxChar* wxGetHomeDir(wxString *pstr); // Get the user's home dir (caller must copy --- volatile)