X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/308978f6aa40cd791d9ba0cd437a404e68d30734..1b62f00d8e3ec5437ab780cb3d73d299cc61e20c:/include/wx/utils.h diff --git a/include/wx/utils.h b/include/wx/utils.h index 09094b4877..81941fe6f0 100644 --- a/include/wx/utils.h +++ b/include/wx/utils.h @@ -255,6 +255,12 @@ WXDLLEXPORT const wxMB2WXbuf wxGetUserHome(const wxString& user = wxEmptyString) WXDLLEXPORT wxChar* wxGetUserHome(const wxString& user = wxEmptyString); #endif +#ifdef __WXMAC__ +WXDLLEXPORT wxString wxMacFindFolder(short vRefNum, + OSType folderType, + Boolean createFolder); +#endif + #if wxUSE_GUI // GUI only things from now on // ----------------------------------------------------------------------------