提交 e5a1f190 编写于 作者: D Daniel P. Berrangé

rpc: export xdr_virNetMessageError for virnetmessagetest on Win32

The Win32 symbol export file format can't do wildcards, so none of
the 'xdr_*' symbols are exported from the libvirt DLL. This doesn't
matter generally since the RPC client is built into the DLL and we
don't build libvirtd on Win32. The virnetmessagetest, however, does
require xdr_virNetMessageError to be exported, so just do a hack for
that.
Signed-off-by: NDaniel P. Berrangé <berrange@redhat.com>
上级 f65e8a95
......@@ -7,6 +7,12 @@
# Generated files
xdr_*;
# Hack only required for Win32 to make tests link properly,
# as the wildcard above doesn't work there. Fortunately
# Win32 builds don't require the other xdr_* syms exported.
# since there's no libvirtd built.
xdr_virNetMessageError;
# rpc/virnetclient.h
virNetClientAddProgram;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册