]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/geometry.h
Use new C++ sockets for everything except OS/2
[wxWidgets.git] / include / wx / geometry.h
index 18fa889e1b65a17ddf0d2a1256640dd3101558a1..98f0453799e6a890317a11c23245f8384c18f872 100644 (file)
@@ -36,8 +36,8 @@
     #define wxMulDivInt32( a , b , c ) ((wxInt32)((a)*(((wxDouble)b)/((wxDouble)c))))
 #endif
 
-class wxDataInputStream;
-class wxDataOutputStream;
+class WXDLLIMPEXP_BASE wxDataInputStream;
+class WXDLLIMPEXP_BASE wxDataOutputStream;
 
 // clipping from Cohen-Sutherland