提交 3528d666 编写于 作者: M Matthias Bolte

Make sure virtTestCaptureProgramOutput has a body on Windows

Now the virsh tests compile at least.
上级 190aaa26
......@@ -280,6 +280,12 @@ int virtTestCaptureProgramOutput(const char *const argv[],
}
}
}
#else /* !WIN32 */
int virtTestCaptureProgramOutput(const char *const argv[] ATTRIBUTE_UNUSED,
char **buf ATTRIBUTE_UNUSED,
int buflen ATTRIBUTE_UNUSED) {
return -1;
}
#endif /* !WIN32 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册