2010/3/22 Daniel P. Berrange <berrange(a)redhat.com>:
On Mon, Mar 22, 2010 at 02:25:41AM +0100, Matthias Bolte wrote:
> Even if gnulib can provide stubs, it won't help that much. So just
> replace affected util functions (virFileOperation and virDirCreate)
> with stubs on Windows. Both functions aren't used on libvirt's
> client side, so this is fine for MinGW builds.
> ---
> src/util/util.c | 37 +++++++++++++++++++++++++------------
> 1 files changed, 25 insertions(+), 12 deletions(-)
ACK
Daniel
Thanks, pushed.
Matthias