#else
FSSpec fsSpec;
#endif
-
+
procno.highLongOfPSN = 0 ;
procno.lowLongOfPSN = kCurrentProcess ;
processinfo.processInfoLength = sizeof(ProcessInfoRec);
#else
processinfo.processAppSpec = &fsSpec;
#endif
-
+
GetProcessInformation( &procno , &processinfo ) ;
#ifdef __LP64__
return wxMacFSRefToPath(&fsRef);
return wxMacFSSpec2MacFilename(&fsSpec);
#endif
#endif
-
+
#else
return wxStandardPathsBase::GetExecutablePath();
#endif
#if defined( __WXMAC__ ) && wxOSX_USE_CARBON
return AppendAppInfo(wxMacFindFolder((short)kUserDomain, kApplicationSupportFolderType, kCreateFolder));
#else
- return AppendAppInfo(wxFileName::GetHomeDir() + _T("/Library/Application Support"));
+ return AppendAppInfo(wxFileName::GetHomeDir() + wxT("/Library/Application Support"));
#endif
}
ResourceCat category) const
{
return wxStandardPathsBase::
- GetLocalizedResourcesDir(lang, category) + _T(".lproj");
+ GetLocalizedResourcesDir(lang, category) + wxT(".lproj");
}
#endif // wxUSE_STDPATHS