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

index ea479d1e6c14ff4c79451f72338f83af1398869f..2128250de489957777195f07b7f3931d84fa2624 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef __DECLSPEC_H__
 #define __DECLSPEC_H__
 
+/*
 #if defined(WIN32) && !defined(STATICLIB)
        #ifdef NATPMP_EXPORTS
                #define LIBSPEC __declspec(dllexport)
@@ -8,8 +9,11 @@
                #define LIBSPEC __declspec(dllimport)
        #endif
 #else
+*/
        #define LIBSPEC
+/*
 #endif
+*/
 
 #endif