libpsl/include
Don d5e230b005
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-09-24 17:17:48 -07: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-09-24 17:17:48 -07:00