mingw-shared.patch 625 B

12345678910111213141516171819202122
  1. From 4e6f0344690b747cbca2e183e3837c5044414513 Mon Sep 17 00:00:00 2001
  2. From: Thomas Klausner <[email protected]>
  3. Date: Mon, 23 Sep 2024 09:12:28 +0200
  4. Subject: [PATCH] Do not include zip.h from lib/*.c
  5. ---
  6. lib/zip_dirent.c | 1 -
  7. 1 file changed, 1 deletion(-)
  8. diff --git a/lib/zip_dirent.c b/lib/zip_dirent.c
  9. index 85c4c6dc..6e3e1a46 100644
  10. --- a/lib/zip_dirent.c
  11. +++ b/lib/zip_dirent.c
  12. @@ -39,7 +39,6 @@
  13. #include <time.h>
  14. #include <zlib.h>
  15. -#include "zip.h"
  16. #include "zipint.h"
  17. static zip_string_t *_zip_dirent_process_ef_utf_8(const zip_dirent_t *de, zip_uint16_t id, zip_string_t *str, bool check_consistency);