]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: conditionalize FD stream to exclude WIN32
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 14 Jan 2020 16:47:32 +0000 (16:47 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Tue, 4 Feb 2020 14:00:44 +0000 (14:00 +0000)
commitaa52947fc66c7b9d866b155ff88234bbebe714c2
treeea52d3dea66d69d7b210a9f922a8442beeaa1099
parent7aef7cdbb5e79f7eb11a0b35c00cc4927fc47db9
util: conditionalize FD stream to exclude WIN32

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'.

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/util/virfdstream.c