mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-24 22:55:23 +00: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
|
||||
virTimeMillisNow;
|
||||
virTimeFieldsNow;
|
||||
virTimeFieldsNowRaw;
|
||||
virTimeFieldsThen;
|
||||
virTimeFieldsThenRaw;
|
||||
virTimeMillisNow;
|
||||
virTimeMillisNowRaw;
|
||||
virTimeStringNow;
|
||||
virTimeStringNowRaw;
|
||||
virTimeStringThen;
|
||||
virTimeStringNewNow;
|
||||
virTimeStringNewThen;
|
||||
virTimeStringThenRaw;
|
||||
|
||||
|
||||
# xml.h
|
||||
|
Loading…
Reference in New Issue
Block a user