On Tue, Jan 28, 2020 at 01:11:24PM +0000, Daniel P. Berrangé wrote:
Almost none of the virFDStream code will actually work
on WIN32 builds, nor is it used except for in the
virtualbox driver for screenshots. It is simpler to
wrap it all in a '#ifndef WIN32'.
Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
src/util/virfdstream.c | 122 +++++++++++++++++++++++++++++++----------
1 file changed, 93 insertions(+), 29 deletions(-)
If we are OK with breaking screenshots on virtualbox. I guess that if
someone is really using it we will have a bug report and we can solve it.
Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com>