Skip to content

Instantly share code, notes, and snippets.

@v-atamanenko
Created June 6, 2022 14:53
Show Gist options
  • Save v-atamanenko/1e39362f50c28f69a6d86c1307c4ec15 to your computer and use it in GitHub Desktop.
Save v-atamanenko/1e39362f50c28f69a6d86c1307c4ec15 to your computer and use it in GitHub Desktop.
--- contrib/zip/src/zip.c 2022-06-06 18:49:13.000000000 +0400
+++ contrib/zip/src/zip.c_new 2022-06-06 18:48:57.000000000 +0400
@@ -352,7 +352,7 @@
(0x20 << 24)) { // and has sym link attribute (0x80 is file, 0x40
// is directory)
#if defined(_WIN32) || defined(__WIN32__) || defined(_MSC_VER) || \
- defined(__MINGW32__)
+ defined(__MINGW32__) || defined(__vita__)
#else
if (info.m_uncomp_size > MAX_PATH ||
!mz_zip_reader_extract_to_mem_no_alloc(zip_archive, i, symlink_to,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment