version 1.4w10UCIb20
[polyglot.git] / gui.h
diff --git a/gui.h b/gui.h
index b984603..6aebbb9 100644 (file)
--- a/gui.h
+++ b/gui.h
@@ -10,9 +10,9 @@
 
 struct gui_t {
 #ifndef _WIN32
-   io_t io[1];
+    io_t io[1];
 #else
-    PipeStruct pipeStdin;
+    PipeStruct io;
 #endif
 };