vanzin commented on a change in pull request #94: Crypto 137 windows compile
URL: https://github.com/apache/commons-crypto/pull/94#discussion_r306087489
##########
File path:
src/main/native/org/apache/commons/crypto/org_apache_commons_crypto.h
##########
@@ -134,7 +134,7 @@ void *do_version_dlsym(JNIEnv *env, void *handle) {
/* Microsoft C Compiler does not support the C99 inline keyword */
#ifndef __cplusplus
-#define inline __inline;
+//#define inline __inline;
Review comment:
What is the problem here? If this is broken then perhaps the whole thing
should be deleted, instead of this line commented out.
----------------------------------------------------------------
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