From: Stefan Csomor <csomor@advancedconcepts.ch> Date: Thu, 9 Oct 2003 18:19:45 +0000 (+0000) Subject: added newline conversion X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/be3dfc5dfa25e83ec09844027d47b9fbf9a46853 added newline conversion git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24138 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/private.h b/include/wx/mac/private.h index d909c2009b..7c50c1f2fe 100644 --- a/include/wx/mac/private.h +++ b/include/wx/mac/private.h @@ -161,6 +161,16 @@ void wxMacCleanupConverters() ; void wxMacStringToPascal( const wxString&from , StringPtr to ) ; wxString wxMacMakeStringFromPascal( ConstStringPtr from ) ; +void wxMacConvertNewlines13To10( char * data ) ; +void wxMacConvertNewlines10To13( char * data ) ; +void wxMacConvertNewlines13To10( wxString *data ) ; +void wxMacConvertNewlines10To13( wxString *data ) ; + +#if wxUSE_UNICODE +void wxMacConvertNewlines13To10( wxChar * data ) ; +void wxMacConvertNewlines10To13( wxChar * data ) ; +#endif + #if TARGET_CARBON class wxMacCFStringHolder