From a5c816aa71ff3808a672604c7fb3f1ba181200a3 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Fri, 3 Mar 2006 22:37:23 +0000 Subject: [PATCH] Remove DllExport - it is a leftover from the C# module and was removed a while ago and should not be used. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8945 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Lib/swiglabels.swg | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Lib/swiglabels.swg b/Lib/swiglabels.swg index 1c606b6e8..ba994ed1b 100644 --- a/Lib/swiglabels.swg +++ b/Lib/swiglabels.swg @@ -50,7 +50,6 @@ # endif #endif - /* internal SWIG method */ #ifndef SWIGINTERN # define SWIGINTERN static SWIGUNUSED @@ -97,8 +96,3 @@ #if !defined(SWIG_NO_CRT_SECURE_NO_DEPRECATE) && defined(_MSC_VER) # define _CRT_SECURE_NO_DEPRECATE #endif - -/* Add DllExport for backward compatibility */ -#ifndef DllExport -# define DllExport SWIGEXPORT -#endif