Skip to content

Commit

Permalink
Change JNI_OnLoad return type modifiers to build with win32 x86
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Apr 4, 2018
1 parent a9c3fe0 commit 023cf3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/org_cellprofiler_javabridge_CPython.c
Expand Up @@ -66,7 +66,7 @@ static char *get_property(JavaVM *vm, const char *key)
#endif
JavaVM *pVM;

jint JNI_OnLoad(JavaVM *vm, void *reserved)
JNIEXPORT jint JNICALL JNI_OnLoad(JavaVM *vm, void *reserved)
{
#ifdef __linux__
char buf[1024];
Expand Down

0 comments on commit 023cf3b

Please sign in to comment.