• E
    build: fix another virdbus issue on mingw · 9d62472f
    Eric Blake 提交于
    Depending on the set of mingw packages installed, it is possible
    that other .c files hit the mingw header pollution from the
    virdbus.h file.
    
    In file included from ../../src/rpc/virnetserver.c:39:0:
    ../../src/util/virdbus.h:41:35: error: expected ';', ',' or ')' before 'struct'
                           const char *interface,
                                       ^
    
    * src/util/virdbus.h (virDBusCallMethod): Match .c file change.
    Signed-off-by: NEric Blake <eblake@redhat.com>
    9d62472f
virdbus.h 1.5 KB