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:
William S Fulton 2006-03-02 22:14:39 +00:00
commit ee27412e6e
2 changed files with 2 additions and 9 deletions

View file

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