]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/ftp.cpp
Added WS_VSCROLL and WSHSCROLL styles again
[wxWidgets.git] / src / common / ftp.cpp
index 0ff2dfda365c6dbfbba6c0228912bd9ef37f7e43..70e4e9a688e42d2508bbb2409724407362e59bc2 100644 (file)
 
 #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 ////////////////////////