< 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,582 **** SplashReconfigure(Splash * splash) { PostMessage(splash->hWnd, WM_SPLASHRECONFIGURE, 0, 0); } ! jboolean SplashGetScaledImageName(const char* jarName, const char* fileName, float *scaleFactor, char *scaleImageName, const size_t scaledImageLength) { float dpiScaleX = -1.0f; --- 572,582 ---- SplashReconfigure(Splash * splash) { PostMessage(splash->hWnd, WM_SPLASHRECONFIGURE, 0, 0); } ! 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 >