diff options
Diffstat (limited to 'java/openjdk8/files')
| -rw-r--r-- | java/openjdk8/files/patch-jdk_src_share_bin_splashscreen__stubs.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/java/openjdk8/files/patch-jdk_src_share_bin_splashscreen__stubs.c b/java/openjdk8/files/patch-jdk_src_share_bin_splashscreen__stubs.c deleted file mode 100644 index 80019e780130..000000000000 --- a/java/openjdk8/files/patch-jdk_src_share_bin_splashscreen__stubs.c +++ /dev/null @@ -1,16 +0,0 @@ ---- jdk/src/share/bin/splashscreen_stubs.c.orig 2022-07-31 16:21:00 UTC -+++ jdk/src/share/bin/splashscreen_stubs.c -@@ -61,11 +61,11 @@ int DoSplashLoadMemory(void* pdata, int size) { - #define INVOKEV(name) _INVOKE(name, ,;) - - int DoSplashLoadMemory(void* pdata, int size) { -- INVOKE(SplashLoadMemory, NULL)(pdata, size); -+ INVOKE(SplashLoadMemory, 0)(pdata, size); - } - - int DoSplashLoadFile(const char* filename) { -- INVOKE(SplashLoadFile, NULL)(filename); -+ INVOKE(SplashLoadFile, 0)(filename); - } - - void DoSplashInit(void) { |
