]> granicus.if.org Git - transmission/commitdiff
(win32) Don't use dllimport/dllexport (part 3)
authorMukund Sivaraman <muks@mukund.org>
Fri, 5 Sep 2008 14:32:20 +0000 (14:32 +0000)
committerMukund Sivaraman <muks@mukund.org>
Fri, 5 Sep 2008 14:32:20 +0000 (14:32 +0000)
third-party/miniupnp/declspec.h

index b804247d255f2e4d12e2e48323f90ac24013b931..f34050d00f14bb959a3be4b8fe6e1f7d25ae314c 100644 (file)
@@ -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