libpsl/include
Don 02648135c9 Use __has_declspec_attribute for shared builds
Clang compilation targets may support `__declspec` attributes. Because of that it has a `__has_declspec_attribute` [check](https://clang.llvm.org/docs/LanguageExtensions.html#has-declspec-attribute).

Currently libpsl just assumes that `__declspec` is Windows only. This adds a compatibility macro and checks whether `dllimport` and `dllexport` are available.
2018-10-07 11:32:45 +02:00
..
Makefile.am LGPL->MIT license, some cleanups 2014-03-24 20:41:46 +01:00
libpsl.h.in Use __has_declspec_attribute for shared builds 2018-10-07 11:32:45 +02:00