mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 00:54: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
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue