Fix #1124490. Fix Perl macro clashes when using Visual Studio's STL string.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7097 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2005-03-21 22:44:53 +00:00
commit 39f21be78e

View file

@ -52,3 +52,13 @@
#ifdef ENTER
#undef ENTER
#endif
#ifdef read
#undef read
#endif
#ifdef write
#undef write
#endif
#ifdef eof
#undef eof
#endif