src/java.desktop/share/native/libsplashscreen/java_awt_SplashScreen.c
changeset 50471 f0aeede1b855
parent 47216 71c04702a3d5
equal deleted inserted replaced
50470:f3aac763a315 50471:f0aeede1b855
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    26 #include "splashscreen_impl.h"
    26 #include "splashscreen_impl.h"
    27 #include <jlong_md.h>
    27 #include <jlong_md.h>
    28 #include <jni.h>
    28 #include <jni.h>
    29 #include <jni_util.h>
    29 #include <jni_util.h>
    30 #include <sizecalc.h>
    30 #include <sizecalc.h>
       
    31 #include "java_awt_SplashScreen.h"
    31 
    32 
    32 JNIEXPORT jint JNICALL
    33 JNIEXPORT jint JNICALL
    33 DEF_JNI_OnLoad(JavaVM * vm, void *reserved)
    34 DEF_JNI_OnLoad(JavaVM * vm, void *reserved)
    34 {
    35 {
    35     return JNI_VERSION_1_2;
    36     return JNI_VERSION_1_2;