Fix for including Windows.h with Perl.h

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7842 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2005-11-10 21:25:16 +00:00
commit e615dc1702

View file

@ -82,3 +82,6 @@
#ifdef calloc
#undef calloc
#endif
#ifdef Stat
#undef Stat
#endif