< 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,67 **** #include "zip.h" #include "unpack.h" ! JNIEXPORT int JNICALL main(int argc, char **argv) { return unpacker::run(argc, argv); } // Single-threaded, implementation, not reentrant. --- 57,67 ---- #include "zip.h" #include "unpack.h" ! JNIEXPORT int main(int argc, char **argv) { return unpacker::run(argc, argv); } // Single-threaded, implementation, not reentrant.
< prev index next >