]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix commandhelper build on win32
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 21 Sep 2017 07:55:07 +0000 (08:55 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 21 Sep 2017 07:55:07 +0000 (08:55 +0100)
commit4c71b0ee7c9177c6ffcecef229e147e60fe4299f
tree732b7a02b1292597c348c22eba1111f9473efdeb
parent633b699bfda06d9fcdb7f9466e2d2c9b4bc3e63c
Fix commandhelper build on win32

For win32 we need EXIT_AM_SKIP which is in testutils.h. We must
define NO_LIBVIRT to prevent replacement of fprintf with
virFilePrintf as we can't link to libvirt_util.la

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
tests/commandhelper.c