< prev index next >

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

Print this page

        

*** 39,48 **** --- 39,49 ---- #include <memory.h> #include <string.h> #include <malloc.h> #include <stdio.h> #include <stdlib.h> + #include "systemScale.h" typedef DWORD rgbquad_t; typedef WORD word_t; typedef BYTE byte_t; typedef RECT RECT_T;
*** 54,60 **** #define INLINE __inline #define SPLASHEXPORT __declspec(dllexport) - #endif --- 55,60 ----
< prev index next >