added comment

This commit is contained in:
Martijn van Groningen 2017-02-06 14:36:33 +01:00
parent c8d470f190
commit e4663d6263
1 changed files with 2 additions and 0 deletions

View File

@ -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);
} }