diff --git a/third-party/miniupnp/declspec.h b/third-party/miniupnp/declspec.h index b804247d2..f34050d00 100644 --- a/third-party/miniupnp/declspec.h +++ b/third-party/miniupnp/declspec.h @@ -1,6 +1,7 @@ #ifndef __DECLSPEC_H__ #define __DECLSPEC_H__ +/* #if defined(WIN32) && !defined(STATICLIB) #ifdef MINIUPNP_EXPORTS #define LIBSPEC __declspec(dllexport) @@ -8,8 +9,11 @@ #define LIBSPEC __declspec(dllimport) #endif #else +*/ #define LIBSPEC +/* #endif +*/ #endif