summaryrefslogtreecommitdiffstats
path: root/common/marshaller.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/marshaller.c')
-rw-r--r--common/marshaller.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/marshaller.c b/common/marshaller.c
index 13385e59..5844b897 100644
--- a/common/marshaller.c
+++ b/common/marshaller.c
@@ -491,6 +491,7 @@ void spice_marshaller_flush(SpiceMarshaller *m)
}
}
+#ifndef WIN32
int spice_marshaller_fill_iovec(SpiceMarshaller *m, struct iovec *vec,
int n_vec, size_t skip_bytes)
{
@@ -522,6 +523,7 @@ int spice_marshaller_fill_iovec(SpiceMarshaller *m, struct iovec *vec,
return v;
}
+#endif
void spice_marshaller_add_uint64(SpiceMarshaller *m, uint64_t v)
{