]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/datstrm.h
added support for POST method and alternate ports (part of patch 649438)
[wxWidgets.git] / include / wx / datstrm.h
index ebe6a9e9ce2a75c12882b5743b79337ed513001f..b36eb1de0682d1e78cbc3dfbc0aba4669039d99b 100644 (file)
@@ -22,7 +22,7 @@
 
 #if wxUSE_STREAMS
 
-class WXDLLEXPORT_BASE wxDataInputStream
+class WXDLLIMPEXP_BASE wxDataInputStream
 {
 public:
 #if wxUSE_UNICODE
@@ -64,7 +64,7 @@ protected:
     DECLARE_NO_COPY_CLASS(wxDataInputStream)
 };
 
-class WXDLLEXPORT_BASE wxDataOutputStream
+class WXDLLIMPEXP_BASE wxDataOutputStream
 {
 public:
 #if wxUSE_UNICODE