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:
William S Fulton 2005-08-17 20:39:01 +00:00
commit e48dd69b4d

View file

@ -61,4 +61,7 @@
#ifdef eof
#undef eof
#endif
#ifdef bool
#undef bool
#endif