Loading...
Searching...
No Matches
Go to the documentation of this file. 1#ifndef MINIUPNPC_DECLSPEC_H_INCLUDED
2#define MINIUPNPC_DECLSPEC_H_INCLUDED
4#if defined(_WIN32) && !defined(MINIUPNP_STATICLIB)
6 #ifdef MINIUPNP_EXPORTS
7 #define MINIUPNP_LIBSPEC __declspec(dllexport)
9 #define MINIUPNP_LIBSPEC __declspec(dllimport)
12 #if defined(__GNUC__) && __GNUC__ >= 4
14 #define MINIUPNP_LIBSPEC __attribute__ ((visibility ("default")))
16 #define MINIUPNP_LIBSPEC