update swig on windows
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
%module li_cpointer_cpp
|
||||
|
||||
%warnfilter(SWIGWARN_RUBY_WRONG_NAME) doublep; /* Ruby, wrong class name */
|
||||
|
||||
%include "cpointer.i"
|
||||
|
||||
%pointer_functions(int,intp);
|
||||
%pointer_class(double,doublep);
|
||||
%pointer_cast(int, unsigned int, int_to_uint);
|
||||
|
||||
Reference in New Issue
Block a user