X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5b96a71a56e9325c9658e2c7e03a3465318e1df7..0888ccc71f062fcf31845a04cce3cf1dfe799e05:/src/common/http.cpp diff --git a/src/common/http.cpp b/src/common/http.cpp index c4d821cf85..bda7c28d00 100644 --- a/src/common/http.cpp +++ b/src/common/http.cpp @@ -20,7 +20,7 @@ #pragma hdrstop #endif -#if wxUSE_SOCKETS && wxUSE_STREAMS +#if wxUSE_PROTOCOL_HTTP #include #include @@ -343,5 +343,5 @@ wxInputStream *wxHTTP::GetInputStream(const wxString& path) return inp_stream; } -#endif - // wxUSE_SOCKETS +#endif // wxUSE_PROTOCOL_HTTP +