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:
parent
caa6f2b9fa
commit
ed68b295a0
1 changed files with 3 additions and 0 deletions
|
|
@ -7,6 +7,9 @@
|
|||
#ifdef read
|
||||
# undef read
|
||||
#endif
|
||||
#ifdef bind
|
||||
# undef bind
|
||||
#endif
|
||||
|
||||
|
||||
/* Ruby 1.7 defines NUM2LL(), LL2NUM() and ULL2NUM() macros */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue