From: Daniel P. Berrange Date: Mon, 5 Dec 2011 14:04:25 +0000 (+0000) Subject: Fix incorrect symbols for virtime.h module breaking Mingw32 X-Git-Tag: v0.9.8~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b265beda55dd13c6e1a578285ae64191caed2694;p=thirdparty%2Flibvirt.git 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 --- diff --git a/src/libvirt_private.syms b/src/libvirt_private.syms index 3a6ab070f8..99a109922f 100644 --- a/src/libvirt_private.syms +++ b/src/libvirt_private.syms @@ -1387,13 +1387,16 @@ virKeycodeValueTranslate; # virtime.h -virTimeMillisNow; virTimeFieldsNow; +virTimeFieldsNowRaw; virTimeFieldsThen; +virTimeFieldsThenRaw; +virTimeMillisNow; +virTimeMillisNowRaw; virTimeStringNow; +virTimeStringNowRaw; virTimeStringThen; -virTimeStringNewNow; -virTimeStringNewThen; +virTimeStringThenRaw; # xml.h