glib_socket.h: wrap g_io_channel_*_new() calls portably

The server_socket library (used by the httpd output plugin) didn't
check for WIN32, that's fixed now.
This commit is contained in:
Max Kellermann
2011-09-19 20:40:33 +02:00
parent 1d8840412f
commit b03f9ece05
6 changed files with 49 additions and 16 deletions

View File

@@ -243,6 +243,7 @@ src_mpd_SOURCES = \
$(OUTPUT_API_SRC) $(OUTPUT_SRC) \
$(MIXER_API_SRC) $(MIXER_SRC) \
$(FILTER_SRC) \
src/glib_socket.h \
src/notify.c \
src/audio.c \
src/audio_check.c \