summary refs log tree commit diff stats
path: root/chardev/char-win.h
diff options
context:
space:
mode:
Diffstat (limited to 'chardev/char-win.h')
-rw-r--r--chardev/char-win.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chardev/char-win.h b/chardev/char-win.h
index e0b3839a77..888be2b3ca 100644
--- a/chardev/char-win.h
+++ b/chardev/char-win.h
@@ -29,7 +29,7 @@
 typedef struct {
     Chardev parent;
 
-    HANDLE hcom, hrecv, hsend;
+    HANDLE file, hrecv, hsend;
     OVERLAPPED orecv;
     BOOL fpipe;