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:
parent
36df3b1ee8
commit
db2955f308
1 changed files with 0 additions and 2 deletions
|
|
@ -3,9 +3,7 @@
|
|||
*/
|
||||
|
||||
%{
|
||||
#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