]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: Add win32 version of virFileUnlink
authorMartin Kletzander <mkletzan@redhat.com>
Mon, 7 Sep 2015 08:24:47 +0000 (10:24 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Tue, 8 Sep 2015 09:54:53 +0000 (11:54 +0200)
commit26893ac6e0fdc65ed00cf3815e003043ed9c82d0
tree530a9a2e271048ced3157b942ae5f146fc804ece
parent83ae3ee39bd13feddecc49aaad382d5cae72c257
util: Add win32 version of virFileUnlink

Commit 35847860f65f Added the virFileUnlink function, but failed to add
a version for mingw build, causing the following error:

  Cannot export virFileUnlink: symbol not defined

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
src/util/virfile.c