]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/http.cpp
Updated wxvc_dll.dsp and memory.h to make VC++ compile in DLL mode again
[wxWidgets.git] / src / common / http.cpp
index bd5f2cad8f109b0026d09fdd3c22214a5b806b9b..26820e2f02a81f9acc36edd896ce2bc7447a28c8 100644 (file)
 #include "wx/protocol/http.h"
 #include "wx/sckstrm.h"
 
-#if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxHTTP, wxProtocol)
 IMPLEMENT_PROTOCOL(wxHTTP, wxT("http"), wxT("80"), TRUE)
-#endif
 
 #define HTTP_BSIZE 2048