undef bind for win32, problem reported by vondruch

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11148 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2009-03-11 21:01:55 +00:00
commit ed68b295a0

View file

@ -7,6 +7,9 @@
#ifdef read
# undef read
#endif
#ifdef bind
# undef bind
#endif
/* Ruby 1.7 defines NUM2LL(), LL2NUM() and ULL2NUM() macros */