git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38367
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#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