From 7cb89ce454b9cab7ca5b56b5e7d01347a4d52997 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sun, 9 Jul 2017 16:57:56 -0400 Subject: [PATCH] Updated TODO: zip64 support has been in for awhile now. --- docs/TODO.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/TODO.txt b/docs/TODO.txt index e0ce48a..903daa1 100644 --- a/docs/TODO.txt +++ b/docs/TODO.txt @@ -64,7 +64,6 @@ Other stuff I thought of... - See if we can ditch some #include lines... - PHYSFS_exists() fails if you mountIo with a NULL filename. We need to decide how this API should work. -- ZIP64 support? - LZMA support in zip archiver? - bzip2 support in zip archiver? - rewrite 7zip archiver.