changeset 36907 | c3d8383e3efb |
parent 25859 | 3317bb8137f4 |
--- a/jdk/src/java.desktop/windows/native/libsplashscreen/splashscreen_config.h Thu Mar 24 14:00:14 2016 +0530 +++ b/jdk/src/java.desktop/windows/native/libsplashscreen/splashscreen_config.h Thu Mar 24 14:06:32 2016 +0530 @@ -41,6 +41,7 @@ #include <malloc.h> #include <stdio.h> #include <stdlib.h> +#include "systemScale.h" typedef DWORD rgbquad_t; typedef WORD word_t; @@ -56,5 +57,4 @@ #define SPLASHEXPORT __declspec(dllexport) - #endif