X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bdc72a22686ac141e9bc4559a1171d017fdcb094..f21a7f94fc140318308cc1c5bc1d63ea2b4c62c7:/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)