vanzin commented on a change in pull request #94: Crypto 137 windows compile
URL: https://github.com/apache/commons-crypto/pull/94#discussion_r306087537
##########
File path:
src/main/native/org/apache/commons/crypto/org_apache_commons_crypto.h
##########
@@ -187,6 +187,24 @@ static FARPROC WINAPI do_dlsym(JNIEnv *env, HMODULE
handle, LPCSTR symbol) {
}
return func_ptr;
}
+
+static FARPROC WINAPI do_version_dlsym(JNIEnv *env, HMODULE handle) {
+ FARPROC func_ptr = NULL;
+ if (!env || !handle) {
+ THROW(env, "java/lang/InternalError", NULL);
+ return NULL;
Review comment:
indentation
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services