Re: [Spice-devel] [PATCH spice-gtk] setsockopt: check for ENOTSUP only if defined

2012-04-19 Thread Hans de Goede
Looks good, ack. On 04/19/2012 10:41 AM, Uri Lublin wrote: For windows (mingw32) ENOTSUP is not defined. Related to 3bfadb8587f59a74d373e26385d348a105c2e425 --- gtk/spice-channel.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/gtk/spice-channel.c b/gtk/spice-c

[Spice-devel] [PATCH spice-gtk] setsockopt: check for ENOTSUP only if defined

2012-04-19 Thread Uri Lublin
For windows (mingw32) ENOTSUP is not defined. Related to 3bfadb8587f59a74d373e26385d348a105c2e425 --- gtk/spice-channel.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/gtk/spice-channel.c b/gtk/spice-channel.c index 783b94a..3952e9a 100644 --- a/gtk/spice-channel.c