From 5e81fa6a1f53e3efb93f32ee44eff20cabcf125f Mon Sep 17 00:00:00 2001 From: Alexey Semenyuk Date: Tue, 28 Jan 2025 23:06:13 +0000 Subject: [PATCH] 8348892: Properly fix compilation error for zip_util.c on Windows Reviewed-by: kcr, jiangli --- src/java.base/share/native/libzip/zip_util.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/java.base/share/native/libzip/zip_util.c b/src/java.base/share/native/libzip/zip_util.c index 8538282ef51..c327d337659 100644 --- a/src/java.base/share/native/libzip/zip_util.c +++ b/src/java.base/share/native/libzip/zip_util.c @@ -74,9 +74,7 @@ static jint INITIAL_META_COUNT = 2; /* initial number of entries in meta name /* * Declare library specific JNI_Onload entry */ -#ifndef WIN32 DEF_STATIC_JNI_OnLoad -#endif /* * The ZFILE_* functions exist to provide some platform-independence with