Loading...
Searching...
No Matches
Go to the documentation of this file. 1#ifndef DECLSPEC_H_DEFINED
2#define DECLSPEC_H_DEFINED
4#if defined(_WIN32) && !defined(STATICLIB)
5 #ifdef MINIUPNP_EXPORTS
6 #define LIBSPEC __declspec(dllexport)
8 #define LIBSPEC __declspec(dllimport)