提交 b265beda 编写于 作者: D Daniel P. Berrange

Fix incorrect symbols for virtime.h module breaking Mingw32

The Mingw32 linker highlighted that the symbols for virtime.h
declared in libvirt_private.syms were incorrect

* src/libvirt_private.syms: Fix virtime.h symbols
上级 38527c9a
......@@ -1387,13 +1387,16 @@ virKeycodeValueTranslate;
# virtime.h
virTimeMillisNow;
virTimeFieldsNow;
virTimeFieldsNowRaw;
virTimeFieldsThen;
virTimeFieldsThenRaw;
virTimeMillisNow;
virTimeMillisNowRaw;
virTimeStringNow;
virTimeStringNowRaw;
virTimeStringThen;
virTimeStringNewNow;
virTimeStringNewThen;
virTimeStringThenRaw;
# xml.h
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册