mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
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>
This commit is contained in:
parent
633b699bfd
commit
4c71b0ee7c
@ -28,6 +28,8 @@
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include "internal.h"
|
||||
#define NO_LIBVIRT
|
||||
#include "testutils.h"
|
||||
|
||||
#ifndef WIN32
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user