]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix export of virConnectAuthPtrDefault for MinGW builds
authorMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 16 Mar 2010 22:54:22 +0000 (23:54 +0100)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 23 Mar 2010 01:07:38 +0000 (02:07 +0100)
commit190aaa2627a8c6e455088f1e7801708fb5f123b1
tree1694c8e89ab85c93563093bf1c961b6b88c7014d
parent460e7b6a94a2e450e9382187826f6a11ae686a97
Fix export of virConnectAuthPtrDefault for MinGW builds

Use the __declspec(dllexport/dllimport) stuff to export the symbol,
otherwise accessing virConnectAuthPtrDefault triggers a segfault.
configure.ac
docs/apibuild.py
include/libvirt/libvirt.h.in
src/Makefile.am