]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/private.h
fixed bug with wxcolourDatabase::FindColour(); added (and documented) new Find()...
[wxWidgets.git] / 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