]> git.saurik.com Git - wxWidgets.git/commitdiff
added newline conversion
authorStefan Csomor <csomor@advancedconcepts.ch>
Thu, 9 Oct 2003 18:19:45 +0000 (18:19 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Thu, 9 Oct 2003 18:19:45 +0000 (18:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24138 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/private.h

index d909c2009bf9c58e90fb3617c528247843c32821..7c50c1f2fe2c7b4b9b6a57a53d42b4e9a8ac8d7a 100644 (file)
@@ -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