Make the protocol.c test program compile on Windows
authorTor Lillqvist <tml@iki.fi>
Tue, 22 Jun 2010 09:41:01 +0000 (12:41 +0300)
committerTor Lillqvist <tml@iki.fi>
Tue, 22 Jun 2010 09:41:01 +0000 (12:41 +0300)
commit05354cefc54a0f42e5d7dee1798d2b56c135c12c
tree188e10e5c77545a528bdc742b90636258ff93b36
parentefb1a054b0858b4475941892f53bbc5186065df9
Make the protocol.c test program compile on Windows

Note that it does not actually work, though. Maybe because
g_io_channel_set_flags() is not implemented for file descriptor based
GIOChannels on Windows.
glib/tests/protocol.c