cleanup for 10.5

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42008 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2006-10-14 15:15:00 +00:00
parent eb89f88a43
commit fb743cab53
5 changed files with 27 additions and 165 deletions

View File

@@ -907,6 +907,8 @@ wxString wxMacHFSUniStrToString( ConstHFSUniStr255Param uniname )
return wxMacCFStringHolder(cfMutableString).AsString() ;
}
#ifndef __LP64__
wxString wxMacFSSpec2MacFilename( const FSSpec *spec )
{
FSRef fsRef ;
@@ -924,6 +926,7 @@ void wxMacFilename2FSSpec( const wxString& path , FSSpec *spec )
wxMacPathToFSRef( path , &fsRef ) ;
err = FSRefMakeFSSpec( &fsRef , spec ) ;
}
#endif
#endif // __WXMAC__