< prev index next >

src/java.desktop/windows/native/libsplashscreen/splashscreen_sys.c

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

@@ -572,11 +572,11 @@
 SplashReconfigure(Splash * splash)
 {
     PostMessage(splash->hWnd, WM_SPLASHRECONFIGURE, 0, 0);
 }
 
-jboolean
+JNIEXPORT jboolean JNICALL
 SplashGetScaledImageName(const char* jarName, const char* fileName,
                            float *scaleFactor, char *scaleImageName,
                            const size_t scaledImageLength)
 {
     float dpiScaleX = -1.0f;
< prev index next >