added newline conversion
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24138 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -161,6 +161,16 @@ void wxMacCleanupConverters() ;
|
|||||||
void wxMacStringToPascal( const wxString&from , StringPtr to ) ;
|
void wxMacStringToPascal( const wxString&from , StringPtr to ) ;
|
||||||
wxString wxMacMakeStringFromPascal( ConstStringPtr from ) ;
|
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
|
#if TARGET_CARBON
|
||||||
|
|
||||||
class wxMacCFStringHolder
|
class wxMacCFStringHolder
|
||||||
|
Reference in New Issue
Block a user