#define FTP_BSIZE 1024
-#if !USE_SHARED_LIBRARY
IMPLEMENT_DYNAMIC_CLASS(wxFTP, wxProtocol)
IMPLEMENT_PROTOCOL(wxFTP, wxT("ftp"), wxT("ftp"), TRUE)
-#endif
////////////////////////////////////////////////////////////////
////// wxFTP constructor and destructor ////////////////////////
m_user = wxT("anonymous");
m_passwd = wxGetUserId();
- m_passwd += '@';
+ m_passwd += wxT('@');
m_passwd += wxGetHostName();
SetNotify(0);