src/windows/native/common/jni_util_md.c

Print this page

        

@@ -135,5 +135,9 @@
         return result;
     }
     else
         return NULL;
 }
+
+void* getProcessHandle() {
+  return (void*)GetModuleHandle(NULL);
+}