Windows: Pulled DefWindowProc calling to java side

This commit is contained in:
Elias Naur 2007-12-13 09:29:36 +00:00
parent de1520d80f
commit 4bf0703eb1
3 changed files with 30 additions and 27 deletions

View file

@ -57,7 +57,7 @@ public final class Sys {
private static final String VERSION = "1.1.3";
/** Current version of the JNI library */
static final int JNI_VERSION = 11;
static final int JNI_VERSION = 12;
/** The implementation instance to delegate platform specific behavior to */
private final static SysImplementation implementation;