From 6d24dcb5eee8ef4b8d70443f613588dfa37ede89 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Fri, 5 Sep 2008 14:32:20 +0000 Subject: [PATCH] (win32) Don't use dllimport/dllexport (part 3) --- third-party/miniupnp/declspec.h | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.40.0