added comment
This commit is contained in:
parent
c8d470f190
commit
e4663d6263
|
@ -155,6 +155,8 @@ final class JNAKernel32Library {
|
||||||
|
|
||||||
public static class SizeT extends IntegerType {
|
public static class SizeT extends IntegerType {
|
||||||
|
|
||||||
|
// JNA requires this no-arg constructor to be public,
|
||||||
|
// otherwise it fails to register kernel32 library
|
||||||
public SizeT() {
|
public SizeT() {
|
||||||
this(0);
|
this(0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue