--- old/src/windows/native/sun/awt/splashscreen/splashscreen_sys.c 2014-06-23 13:44:26.000000000 +0400 +++ new/src/windows/native/sun/awt/splashscreen/splashscreen_sys.c 2014-06-23 13:44:26.000000000 +0400 @@ -563,3 +563,11 @@ { PostMessage(splash->hWnd, WM_SPLASHRECONFIGURE, 0, 0); } + +SPLASHEXPORT char* +SplashGetScaledImageName(const char* jarName, const char* fileName, + float *scaleFactor) +{ + *scaleFactor = 1; + return NULL; +}