unicode support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26393 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1095,7 +1095,7 @@ wxString wxMacFSSpec2UnixFilename( const FSSpec *spec )
|
||||
return wxMac2UnixFilename( wxMacFSSpec2MacFilename( spec) ) ;
|
||||
}
|
||||
|
||||
void wxUnixFilename2FSSpec( const char *path , FSSpec *spec )
|
||||
void wxUnixFilename2FSSpec( const wxChar *path , FSSpec *spec )
|
||||
{
|
||||
wxString var = wxUnix2MacFilename( path ) ;
|
||||
wxMacFilename2FSSpec( var , spec ) ;
|
||||
|
Reference in New Issue
Block a user