Commit 254a8699 authored by Ilya Matiach's avatar Ilya Matiach Committed by Guolin Ke
Browse files

[java][mmlspark] fix lightgbm on windows (#2364)

parent 0551f775
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
%include "various.i" %include "various.i"
%include "carrays.i" %include "carrays.i"
%include "cpointer.i" %include "cpointer.i"
%include "stdint.i"
/* Note: instead of using array_functions for string array we apply a typemap instead. /* Note: instead of using array_functions for string array we apply a typemap instead.
Future char** parameter names should be added to the typemap. Future char** parameter names should be added to the typemap.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment