< prev index next >

src/jdk.pack/share/native/unpack200/main.cpp

Print this page
rev 49551 : 8201226: missing JNIEXPORT / JNICALL at some places in function declarations/implementations

@@ -57,11 +57,11 @@
 #include "zip.h"
 
 #include "unpack.h"
 
 
-JNIEXPORT int JNICALL
+JNIEXPORT int
 main(int argc, char **argv) {
     return unpacker::run(argc, argv);
 }
 
 // Single-threaded, implementation, not reentrant.
< prev index next >