8201226: missing JNIEXPORT / JNICALL at some places in function declarations/implementations

Co-authored-by: Alexey Ivanov <alexey.ivanov@oracle.com>
Reviewed-by: ihse, mdoerr
This commit is contained in:
Matthias Baesken 2018-04-10 08:38:56 +02:00
parent a9b0242eef
commit cfcd657702
15 changed files with 46 additions and 50 deletions

View file

@ -59,7 +59,7 @@
#include "unpack.h"
JNIEXPORT int JNICALL
JNIEXPORT int
main(int argc, char **argv) {
return unpacker::run(argc, argv);
}