X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4603b4f92fc93a9de6c968079bddbfc1983ebf5f..18d491685c8e13a5536f2f9dd6c8041c110a76d9:/src/common/filefn.cpp?ds=sidebyside diff --git a/src/common/filefn.cpp b/src/common/filefn.cpp index 4ff10b83b0..3e6489ad19 100644 --- a/src/common/filefn.cpp +++ b/src/common/filefn.cpp @@ -1633,6 +1633,8 @@ wxString wxGetOSDirectory() wxChar buf[256]; GetWindowsDirectory(buf, 256); return wxString(buf); +#elif defined(__WXMAC__) + return wxMacFindFolder(kOnSystemDisk, 'macs', false); #else return wxEmptyString; #endif