Commit 953ebd36 authored by Roman Sedaikin's avatar Roman Sedaikin

Merge branch 'master' of https://github.com/JetBrains/skiko

parents c9066364 4df1cf3d
......@@ -59,6 +59,7 @@ extern "C" jboolean Skiko_GetAWT(JNIEnv *env, JAWT *awt) {
fprintf(stderr, "Cannot find JAWT_GetAWT in %s\n", path);
abort();
}
}
#else
if (!func) {
char jdkHome[FILENAME_MAX];
......@@ -81,7 +82,7 @@ extern "C" jboolean Skiko_GetAWT(JNIEnv *env, JAWT *awt) {
fprintf(stderr, "Cannot find JAWT_GetAWT in %s\n", path);
abort();
}
}
}
#endif
return func(env, awt);
return func(env, awt);
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment