solve MSC include problem

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8509 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2006-01-22 00:02:38 +00:00
commit dff4587f5b

View file

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