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
This commit is contained in:
William S Fulton 2006-03-03 22:37:23 +00:00
commit a5c816aa71

View file

@ -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