mirror of https://gitee.com/openkylin/libvirt.git
Fix build on mingw32
tests/viriscsitest.c:27:12: error: 'EXIT_AM_SKIP' undeclared (first use in this function)
This commit is contained in:
parent
05e1b06ab7
commit
7f973f0d1b
|
@ -20,6 +20,8 @@
|
|||
|
||||
#include <config.h>
|
||||
|
||||
#include "testutils.h"
|
||||
|
||||
#ifdef WIN32
|
||||
int
|
||||
main(void)
|
||||
|
@ -29,7 +31,6 @@ main(void)
|
|||
#else
|
||||
# define __VIR_COMMAND_PRIV_H_ALLOW__
|
||||
|
||||
# include "testutils.h"
|
||||
# include "vircommandpriv.h"
|
||||
# include "viriscsi.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue