git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60929
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#include "wx/wx.h"
#endif
#include "wx/wx.h"
#endif
#ifdef __UNIX__
#include <sys/socket.h>
#endif
#ifdef __UNIX__
#include <sys/socket.h>
#endif
#include "wx/sckstrm.h"
#include "wx/mstream.h"
#include "wx/sckstrm.h"
#include "wx/mstream.h"
+#ifdef __VISUALC__
+ #define isatty _isatty
+ #define fdopen _fdopen
+ #define fileno _fileno
+#endif
///////////////////////////////////////////////////////////////////////////////
// The test case
///////////////////////////////////////////////////////////////////////////////
// The test case