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:
parent
d0d9eded53
commit
39f21be78e
1 changed files with 10 additions and 0 deletions
|
|
@ -52,3 +52,13 @@
|
|||
#ifdef ENTER
|
||||
#undef ENTER
|
||||
#endif
|
||||
#ifdef read
|
||||
#undef read
|
||||
#endif
|
||||
#ifdef write
|
||||
#undef write
|
||||
#endif
|
||||
#ifdef eof
|
||||
#undef eof
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue