src/java.desktop/windows/native/libsplashscreen/splashscreen_sys.c
changeset 55189 fdaf7287ea3a
parent 54401 3a217bbdd3a2
--- a/src/java.desktop/windows/native/libsplashscreen/splashscreen_sys.c	Thu May 30 09:23:14 2019 -0700
+++ b/src/java.desktop/windows/native/libsplashscreen/splashscreen_sys.c	Thu May 30 11:52:23 2019 -0700
@@ -437,7 +437,7 @@
     LeaveCriticalSection(&splash->lock);
 }
 
-void
+int
 SplashInitPlatform(Splash * splash)
 {
     HDC hdc;
@@ -486,6 +486,7 @@
         }
     }
     ReleaseDC(NULL, hdc);
+    return 1;
 }
 
 void