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

@ -93,7 +93,7 @@ WinMain(HINSTANCE inst, HINSTANCE previnst, LPSTR cmdline, int cmdshow)
__initenv = _environ;
#else /* JAVAW */
JNIEXPORT int JNICALL
JNIEXPORT int
main(int argc, char **argv)
{
int margc;