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:
parent
851330d594
commit
dff4587f5b
1 changed files with 3 additions and 1 deletions
|
|
@ -3,7 +3,9 @@
|
|||
*/
|
||||
|
||||
%{
|
||||
#include <stdint.h>
|
||||
#if !defined(_MSC_VER)
|
||||
#include <stdint.h> // Use the C99 official header
|
||||
#endif
|
||||
%}
|
||||
|
||||
%include <swigarch.i>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue