// headers
// --------------------------------------------------------------------------
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
# pragma implementation "client.cpp"
# pragma interface "client.cpp"
#endif
// --------------------------------------------------------------------------
// the application icon
-#if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXMAC__)
+#if defined(__WXGTK__) || defined(__WXX11__) || defined(__WXMOTIF__) || defined(__WXMAC__)
# include "mondrian.xpm"
#endif
wxYield();
// Get the data
- wxFileOutputStream sout(wxString("test.url"));
+ wxFileOutputStream sout( wxT("test.url") );
if (!sout.Ok())
{
m_text->AppendText(_("Error: couldn't open file for output\n"));