]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/utils.h
SCROLLWIN instead of SCROLL again
[wxWidgets.git] / include / wx / utils.h
index a3c326248b8d2fa5d80f214f0d6cdef739e68d99..7893bd1700e603324514eba2c3da9288b03f1925 100644 (file)
@@ -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)