remove define for bool - needed for visual studio compilers when stl headers are used
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7374 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
523d423595
commit
e48dd69b4d
1 changed files with 3 additions and 0 deletions
|
|
@ -61,4 +61,7 @@
|
|||
#ifdef eof
|
||||
#undef eof
|
||||
#endif
|
||||
#ifdef bool
|
||||
#undef bool
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue