better using SWIGEXPORT for DllExport

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8917 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2006-03-01 06:14:23 +00:00
commit 41dc3740f9

View file

@ -89,9 +89,5 @@
/* Add DllExport for backward compatibility */
#ifndef DllExport
# if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__)
# define DllExport __declspec( dllexport )
# else
# define DllExport
# endif
# define DllExport SWIGEXPORT
#endif