aboutsummaryrefslogtreecommitdiff
path: root/Lib/swiglabels.swg
diff options
context:
space:
mode:
authorMarcelo Matus <mmatus@acms.arizona.edu>2006-03-01 06:14:23 +0000
committerMarcelo Matus <mmatus@acms.arizona.edu>2006-03-01 06:14:23 +0000
commit41dc3740f9660dce39e02df37c09cfaf1bf9a0d4 (patch)
tree80728369f09b1d75f2f1a408c9673ae7b849915f /Lib/swiglabels.swg
parent52cadebd40e8a47db3f76059e093646cbdf59c35 (diff)
downloadswig-41dc3740f9660dce39e02df37c09cfaf1bf9a0d4.tar.gz
better using SWIGEXPORT for DllExport
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8917 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Lib/swiglabels.swg')
-rw-r--r--Lib/swiglabels.swg6
1 files changed, 1 insertions, 5 deletions
diff --git a/Lib/swiglabels.swg b/Lib/swiglabels.swg
index 02b0803ec..74b3b12d9 100644
--- a/Lib/swiglabels.swg
+++ b/Lib/swiglabels.swg
@@ -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