Skip to content
Snippets Groups Projects
Commit df8d25f2 authored by Lyubomir Marinov's avatar Lyubomir Marinov
Browse files

Updates the JNA library to version 4.1.0 because it is dual-licensed under...

Updates the JNA library to version 4.1.0 because it is dual-licensed under LGPL 2.1 and Apache License 2.0.
parent bf391dc2
No related branches found
No related tags found
No related merge requests found
......@@ -417,6 +417,14 @@ public static class GUID extends Structure
public short data2;
public short data3;
public byte[] data4;
@Override
protected List getFieldOrder()
{
return
Arrays.asList(
new String[] { "data1", "data2", "data3", "data4" });
}
}
private static Map<String, Object> OPT;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment