No need to handle vc++ differently for stdint.h.

It basically doesn't come with it, so these typemaps can never expect to work, but a later version will hopefully ship this header and there are versions available on the internet.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8546 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2006-01-24 21:51:19 +00:00
commit db2955f308

View file

@ -3,9 +3,7 @@
*/
%{
#if !defined(_MSC_VER)
#include <stdint.h> // Use the C99 official header
#endif
%}
%include <swigarch.i>