event_pipe: fix WIN32 regression

The event pipe is not a socket, and the patch that introduced
g_io_channel_new_socket() to the event pipe library was wrong.
This commit is contained in:
Max Kellermann
2011-10-13 09:08:37 +02:00
parent fa5e06f95d
commit 04525c0259
2 changed files with 6 additions and 2 deletions

1
NEWS
View File

@@ -1,4 +1,5 @@
ver 0.16.6 (2010/??/??)
* event_pipe: fix WIN32 regression
ver 0.16.5 (2010/10/09)