--- old/src/java.desktop/windows/native/libsplashscreen/splashscreen_config.h 2016-02-16 14:27:45.691855170 +0530 +++ new/src/java.desktop/windows/native/libsplashscreen/splashscreen_config.h 2016-02-16 14:27:45.475855165 +0530 @@ -55,6 +55,13 @@ #define INLINE __inline #define SPLASHEXPORT __declspec(dllexport) - - #endif +#ifdef __cplusplus + extern "C" { +#endif + float GetScreenDpi(); + HMONITOR WINAPI getPrimaryMonitor(); +#ifdef __cplusplus + } +#endif +