
23 Mar
2010
23 Mar
'10
1:29 a.m.
2010/3/22 Daniel P. Berrange <berrange@redhat.com>:
On Mon, Mar 22, 2010 at 02:25:35AM +0100, Matthias Bolte wrote:
Use the __declspec(dllexport/dllimport) stuff to export the symbol, otherwise accessing virConnectAuthPtrDefault triggers a segfault. --- configure.ac | 11 +++++++++++ docs/apibuild.py | 1 + include/libvirt/libvirt.h.in | 16 +++++++++++++++- src/Makefile.am | 4 +++- 4 files changed, 30 insertions(+), 2 deletions(-)
ACK
Daniel
Thanks, pushed. Matthias