mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 09:34:38 +02:00
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:
parent
a9b0242eef
commit
cfcd657702
15 changed files with 46 additions and 50 deletions
|
@ -59,7 +59,7 @@
|
|||
#include "unpack.h"
|
||||
|
||||
|
||||
JNIEXPORT int JNICALL
|
||||
JNIEXPORT int
|
||||
main(int argc, char **argv) {
|
||||
return unpacker::run(argc, argv);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue