]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/sckstrm.h
1. wxAppBase class appers, wxApp in wxGTK and wxMSW modified accordingly
[wxWidgets.git] / include / wx / sckstrm.h
index 57484b17fcd4ff15bc0c98c23d69f69a75ae5847..e22c65baf42af7df838e4a4be8ded4b7ae81305f 100644 (file)
@@ -16,6 +16,9 @@
 #endif
 
 #include "wx/stream.h"
+
+#if wxUSE_SOCKETS && wxUSE_STREAMS
+
 #include "wx/socket.h"
 
 class WXDLLEXPORT wxSocketOutputStream : public wxOutputStream
@@ -63,3 +66,7 @@ class WXDLLEXPORT wxSocketStream : public wxSocketInputStream,
 };
 
 #endif
+  // wxUSE_SOCKETS && wxUSE_STREAMS
+
+#endif
+  // __SCK_STREAM_H__
\ No newline at end of file