diff options
Diffstat (limited to 'include/io')
-rw-r--r-- | include/io/channel-command.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/io/channel-command.h b/include/io/channel-command.h index 8dc58273c0..98934e6d9e 100644 --- a/include/io/channel-command.h +++ b/include/io/channel-command.h @@ -42,6 +42,9 @@ struct QIOChannelCommand { int writefd; int readfd; GPid pid; +#ifdef WIN32 + bool blocking; +#endif }; |