src/windows/native/common/jni_util_md.c

Print this page

        

*** 135,139 **** --- 135,143 ---- return result; } else return NULL; } + + void* getProcessHandle() { + return (void*)GetModuleHandle(NULL); + }