libimobiledevice / libplist

A library to handle Apple Property List format in binary or XML
https://libimobiledevice.org
GNU Lesser General Public License v2.1
535 stars 304 forks source link

Use DLL_EXPORT condition for DllMain #114

Closed encounter closed 5 years ago

encounter commented 6 years ago

This prevents DllMain from being included in the Windows static library.

nikias commented 5 years ago

You do realize that the LGPL license only allows you to statically link this library if you publish your application under the terms of the LGPL aswell? libplist is meant to be a shared library so I won't apply this PR.