In real jni_md.h, jint is 32bits and jlong is pointer width

Change-Id: I17b8918ddc530fd28c5549e3e78d041dc6c867bc
diff --git a/include/wntgcci/jni_md.h b/include/wntgcci/jni_md.h
index e77438d..92ce634 100644
--- a/include/wntgcci/jni_md.h
+++ b/include/wntgcci/jni_md.h
@@ -27,7 +27,7 @@
#define JNICALL   __stdcall

typedef long jint;
typedef __int64 jlong;
typedef long jlong;
typedef char jbyte;

#endif /* JNI_MD_H_INCLUDED */