mirror of
https://github.com/corda/corda.git
synced 2025-06-17 22:58:19 +00:00
clean up JNIEXPORT definitions
This commit is contained in:
@ -5,11 +5,6 @@
|
||||
#include "jni.h"
|
||||
#include "jni-util.h"
|
||||
|
||||
#ifndef WIN32
|
||||
# undef JNIEXPORT
|
||||
# define JNIEXPORT __attribute__ ((visibility("default")))
|
||||
#endif
|
||||
|
||||
extern "C" JNIEXPORT jlong JNICALL
|
||||
Java_java_util_zip_Inflater_make
|
||||
(JNIEnv* e, jclass, jboolean nowrap)
|
||||
|
Reference in New Issue
Block a user