mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
Make sure virtTestCaptureProgramOutput has a body on Windows
Now the virsh tests compile at least.
This commit is contained in:
parent
190aaa2627
commit
3528d66641
@ -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 */
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user