Fix DllExport - it is a leftover from the C# module and should not be used.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8931 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
c8152a2016
commit
ee27412e6e
2 changed files with 2 additions and 9 deletions
|
|
@ -9,13 +9,6 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#ifndef DllExport
|
||||
# ifdef WIN32
|
||||
# define DllExport __declspec( dllexport )
|
||||
# else
|
||||
# define DllExport
|
||||
# endif
|
||||
#endif
|
||||
%}
|
||||
|
||||
#if 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue