From: Stefan Csomor Date: Thu, 25 Mar 2004 19:30:21 +0000 (+0000) Subject: unicode adaption X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6b941b35c028915cd04b5b3843e437ab2e274ed8?ds=sidebyside unicode adaption git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26338 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/carbon/private.h b/include/wx/mac/carbon/private.h index 97c0680bcf..2f0c5cb7e0 100644 --- a/include/wx/mac/carbon/private.h +++ b/include/wx/mac/carbon/private.h @@ -118,9 +118,9 @@ WXDLLEXPORT void wxMacFilename2FSSpec( const wxChar *path , FSSpec *spec ) ; # ifndef __DARWIN__ // Mac file names are POSIX (Unix style) under Darwin, so these are not needed WXDLLEXPORT wxString wxMacFSSpec2UnixFilename( const FSSpec *spec ) ; -WXDLLEXPORT void wxUnixFilename2FSSpec( const char *path , FSSpec *spec ) ; -WXDLLEXPORT wxString wxMac2UnixFilename( const char *s) ; -WXDLLEXPORT wxString wxUnix2MacFilename( const char *s); +WXDLLEXPORT void wxUnixFilename2FSSpec( const wxChar *path , FSSpec *spec ) ; +WXDLLEXPORT wxString wxMac2UnixFilename( const wxChar *s) ; +WXDLLEXPORT wxString wxUnix2MacFilename( const wxChar *s); # endif // utils.h diff --git a/include/wx/mac/classic/private.h b/include/wx/mac/classic/private.h index 97c0680bcf..2f0c5cb7e0 100644 --- a/include/wx/mac/classic/private.h +++ b/include/wx/mac/classic/private.h @@ -118,9 +118,9 @@ WXDLLEXPORT void wxMacFilename2FSSpec( const wxChar *path , FSSpec *spec ) ; # ifndef __DARWIN__ // Mac file names are POSIX (Unix style) under Darwin, so these are not needed WXDLLEXPORT wxString wxMacFSSpec2UnixFilename( const FSSpec *spec ) ; -WXDLLEXPORT void wxUnixFilename2FSSpec( const char *path , FSSpec *spec ) ; -WXDLLEXPORT wxString wxMac2UnixFilename( const char *s) ; -WXDLLEXPORT wxString wxUnix2MacFilename( const char *s); +WXDLLEXPORT void wxUnixFilename2FSSpec( const wxChar *path , FSSpec *spec ) ; +WXDLLEXPORT wxString wxMac2UnixFilename( const wxChar *s) ; +WXDLLEXPORT wxString wxUnix2MacFilename( const wxChar *s); # endif // utils.h