< prev index next >

src/java.desktop/windows/native/libsplashscreen/splashscreen_config.h

Print this page

        

*** 53,60 **** #define RECT_INC_HEIGHT(r) (r).bottom++; #define INLINE __inline #define SPLASHEXPORT __declspec(dllexport) - - #endif --- 53,67 ---- #define RECT_INC_HEIGHT(r) (r).bottom++; #define INLINE __inline #define SPLASHEXPORT __declspec(dllexport) #endif + #ifdef __cplusplus + extern "C" { + #endif + float GetScreenDpi(); + HMONITOR WINAPI getPrimaryMonitor(); + #ifdef __cplusplus + } + #endif +
< prev index next >