Skip to content

Commit

Permalink
swig4: add wrappers for stdint
Browse files Browse the repository at this point in the history
  • Loading branch information
looooo committed May 13, 2019
1 parent 72f23cf commit 262bd95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions interfaces/coin.i
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ applications."

%module(package="pivy", docstring=COIN_MODULE_DOCSTRING) coin

// stdint is not wrapped automatically anymore with swig4.0
// https://stackoverflow.com/questions/40959436/swig-python-detected-a-memory-leak-of-type-uint32-t-no-destructor-found
%include "stdint.i"

%{
#if defined(_WIN32) || defined(__WIN32__)
#include <windows.h>
Expand Down

0 comments on commit 262bd95

Please sign in to comment.