Skip to content

Commit

Permalink
add default uint64_t definition to swig interface file
Browse files Browse the repository at this point in the history
  • Loading branch information
goatpig committed Mar 31, 2017
1 parent fae3156 commit e7986d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cppForSwig/CppBlockUtils.i
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
#else
#if defined(__GNUC__) // Linux
%typedef long unsigned int uint64_t;
#else
%typedef unsigned long long uint64_t;
#endif
#endif

Expand Down

0 comments on commit e7986d6

Please sign in to comment.