X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/244985211322af173d8946f1cee4e10d879e6823..053950ae73612200beb95afd1ded05c2f25b24bf:/src/mac/corefoundation/utilsexc_cf.cpp diff --git a/src/mac/corefoundation/utilsexc_cf.cpp b/src/mac/corefoundation/utilsexc_cf.cpp index 353263ab92..a3f55509be 100644 --- a/src/mac/corefoundation/utilsexc_cf.cpp +++ b/src/mac/corefoundation/utilsexc_cf.cpp @@ -16,6 +16,8 @@ #include "wx/utils.h" #endif //ndef WX_PRECOMP #include "wx/unix/execute.h" +#include "wx/stdpaths.h" +#include "wx/apptrait.h" #include #include @@ -109,3 +111,11 @@ int wxAddProcessCallbackForPid(wxEndProcessData *proc_data, int pid) return 0; } +// NOTE: This doens't really belong here but this was a handy file to +// put it in because it's already compiled for wxCocoa and wxMac GUI lib. +static wxStandardPathsCF gs_stdPaths; +wxStandardPathsBase& wxGUIAppTraits::GetStandardPaths() +{ + return gs_stdPaths; +} +