]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/ioswrap.h
Added min and max size to box attributes; made property editing more customisable
[wxWidgets.git] / include / wx / ioswrap.h
index 6769adc56501a59c53b9608b3757e3dce64e83b2..72dee5bbaaca7107389c101f691049dd83466bed 100644 (file)
@@ -6,17 +6,25 @@
 // Created:     03.02.99
 // RCS-ID:      $Id$
 // Copyright:   (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 #if wxUSE_STD_IOSTREAM
 
+#include "wx/beforestd.h"
+
 #if wxUSE_IOSTREAMH
 #   include <iostream.h>
 #else
 #   include <iostream>
 #endif
 
+#include "wx/afterstd.h"
+
+#ifdef __WXMSW__
+#   include "wx/msw/winundef.h"
+#endif
+
 #endif
   // wxUSE_STD_IOSTREAM