]> xenbits.xensource.com Git - libvirt.git/commit
mingw: Fix two undefined symbols
authorMatthias Bolte <matthias.bolte@googlemail.com>
Mon, 3 May 2010 23:05:44 +0000 (01:05 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Mon, 3 May 2010 23:44:35 +0000 (01:44 +0200)
commitee234bfd5bd903da4d5812309edb4199803e7ad0
tree81c5156b8824a2fc22bffd905e65be42c8a9b596
parent7f31e28c6efa3aba17f1e6ee333135949379be7d
mingw: Fix two undefined symbols

Add an empty body for virCondWaitUntil and move virPipeReadUntilEOF
out of the '#ifndef WIN32' block, because it compiles fine with MinGW
in combination with gnulib.
src/util/threads-win32.c
src/util/util.c