mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 09:17:52 +03:00
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
This commit is contained in:
parent
38527c9ae0
commit
b265beda55
@ -1387,13 +1387,16 @@ virKeycodeValueTranslate;
|
|||||||
|
|
||||||
|
|
||||||
# virtime.h
|
# virtime.h
|
||||||
virTimeMillisNow;
|
|
||||||
virTimeFieldsNow;
|
virTimeFieldsNow;
|
||||||
|
virTimeFieldsNowRaw;
|
||||||
virTimeFieldsThen;
|
virTimeFieldsThen;
|
||||||
|
virTimeFieldsThenRaw;
|
||||||
|
virTimeMillisNow;
|
||||||
|
virTimeMillisNowRaw;
|
||||||
virTimeStringNow;
|
virTimeStringNow;
|
||||||
|
virTimeStringNowRaw;
|
||||||
virTimeStringThen;
|
virTimeStringThen;
|
||||||
virTimeStringNewNow;
|
virTimeStringThenRaw;
|
||||||
virTimeStringNewThen;
|
|
||||||
|
|
||||||
|
|
||||||
# xml.h
|
# xml.h
|
||||||
|
Loading…
Reference in New Issue
Block a user