Go to the documentation of this file. 1 #ifndef MINIUPNPC_DECLSPEC_H_INCLUDED 2 #define MINIUPNPC_DECLSPEC_H_INCLUDED 4 #if defined(__GNUC__) && __GNUC__ >= 4 6 #define MINIUPNP_LIBSPEC __attribute__ ((visibility ("default"))) 8 #define MINIUPNP_LIBSPEC