• E
    build: fix mingw virCommand build · 03ea5673
    Eric Blake 提交于
    Commit db371a21 mistakenly added new functions inside a #ifndef WIN32
    guard, even though they are needed on all platforms.
    
    * src/util/command.c (virCommandFDSet): Move outside WIN32
    conditional.
    03ea5673
command.c 68.4 KB