Go to the documentation of this file.
37 # if defined LIBIDN_BUILDING && defined HAVE_VISIBILITY && HAVE_VISIBILITY
38 # define IDNAPI __attribute__((__visibility__("default")))
39 # elif defined LIBIDN_BUILDING && defined _MSC_VER && ! defined LIBIDN_STATIC
40 # define IDNAPI __declspec(dllexport)
41 # elif defined _MSC_VER && ! defined LIBIDN_STATIC
42 # define IDNAPI __declspec(dllimport)