X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1d53270b32ad2b5cb8d70f535fa109333745f609..98c919483746ad0836f8f70a7d12f8e2d1e7d52b:/include/wx/url.h diff --git a/include/wx/url.h b/include/wx/url.h index 80efd19ff6..f9cfdbdb75 100644 --- a/include/wx/url.h +++ b/include/wx/url.h @@ -16,13 +16,14 @@ #pragma interface #endif -// wxWindows header -#include "wx/object.h" +#include "wx/defs.h" + +#if wxUSE_URL -// wxSocket headers +#include "wx/object.h" #include "wx/protocol/protocol.h" -#if wxUSE_SOCKETS +#if wxUSE_PROTOCOL_HTTP #include "wx/protocol/http.h" #endif @@ -35,7 +36,7 @@ typedef enum { wxURL_CONNERR, wxURL_PROTOERR } wxURLError; - + class WXDLLEXPORT wxURL : public wxObject { public: @@ -97,4 +98,7 @@ private: DECLARE_DYNAMIC_CLASS(wxURL) }; -#endif +#endif // wxUSE_URL + +#endif // _WX_URL_H +