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:
parent
1e57c7ed6d
commit
a5c816aa71
1 changed files with 0 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue