#include <unistd.h>
#endif
+#if defined(__WXMAC__)
+ #include "wx/mac/private.h"
+#endif
+
// ============================================================================
// wxStandardPaths implementation
// ============================================================================
{
#ifdef __VMS
return wxFileName::GetHomeDir();
+#elif defined(__WXMAC__)
+ return AppendAppName(wxMacFindFolder((short) kUserDomain, kApplicationSupportFolderType, kDontCreateFolder));
#else
return AppendAppName(wxFileName::GetHomeDir() + _T("/."));
#endif