Bug fix for Windows backend from Michael Beck:
It seems that Windows returns ERROR_PATH_NOT_FOUND for CreateFile()
if the path component of a file path does not exists rather than
ERROR_FILE_NOT_FOUND. Because libzip maps only the latter, generic
ZIP_ER_READ was returned before.
diff --git a/THANKS b/THANKS
index 5e1c4df..28cfe91 100644
--- a/THANKS
+++ b/THANKS
@@ -30,6 +30,7 @@
Lubomir I. Ivanov <neolit123@gmail.com>
Martin Buchholz <martinrb@google.com>
Martin Szulecki <m.szulecki@libimobiledevice.org>
+Michael Beck <mm.beck@gmx.net>
Michal Vyskocil <mvyskocil@suse.cz>
Mikhail Gusarov <dottedmag@dottedmag.net>.
Oliver Kaiser <under.northern.sky@googlemail.com>