Make it compile on mingw
authorJens Georg <mail@jensge.org>
Fri, 26 Jun 2009 15:04:28 +0000 (17:04 +0200)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Sun, 10 Oct 2010 19:24:24 +0000 (22:24 +0300)
commit492e526d4b1d933d1441dd759d8b1bdbe72c0cc3
treef815bbe670c1a238060a27d3c11b403f857caf39
parent36f851a7a0287f3bc7ab55f2fe7937e08402fff6
Make it compile on mingw

Add headers and casts necessary to silence mingw. Additionaly
"interface" is a macro on Windows which leads to weird compiler errors;
renaming the variables was unavoidable

To make libtool generate DLLs on windows the linker flag -no-undefined
needs to be passed; otherwise libtool will only create static libraries.
configure.ac
libgssdp/Makefile.am
libgssdp/gssdp-client.c
libgssdp/gssdp-client.h