summaryrefslogtreecommitdiff
path: root/vio/VioPipe.cc
diff options
context:
space:
mode:
Diffstat (limited to 'vio/VioPipe.cc')
-rw-r--r--vio/VioPipe.cc25
1 files changed, 25 insertions, 0 deletions
diff --git a/vio/VioPipe.cc b/vio/VioPipe.cc
new file mode 100644
index 00000000000..5d6f9f36496
--- /dev/null
+++ b/vio/VioPipe.cc
@@ -0,0 +1,25 @@
+/*
+** Virtual I/O library for Windows named pipes
+** Written by Monty
+*/
+
+
+#ifdef __WIN32__
+#include "vio-global.h"
+
+#ifdef __GNUC__
+#pragma implementation // gcc: Class implementation
+#endif
+
+VIO_NS_BEGIN
+
+
+
+
+
+
+
+
+VIO_NS_END
+
+#endif /* WIN32 */