]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/http.cpp
detection of aqua layout scheme added
[wxWidgets.git] / src / common / http.cpp
index c4d821cf859acae53b38bc6ff626ca4acc129a3e..bda7c28d0032749d5c33ba8d0ea31f15d5c32f24 100644 (file)
@@ -20,7 +20,7 @@
   #pragma hdrstop
 #endif
 
-#if wxUSE_SOCKETS && wxUSE_STREAMS
+#if wxUSE_PROTOCOL_HTTP
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -343,5 +343,5 @@ wxInputStream *wxHTTP::GetInputStream(const wxString& path)
   return inp_stream;
 }
 
-#endif
-   // wxUSE_SOCKETS
+#endif // wxUSE_PROTOCOL_HTTP
+