diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-04-10 15:54:56 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-04-10 15:54:56 +0000 |
commit | ce94b1c354101242da5f408b822c667f669e5abe (patch) | |
tree | 7a3a6e42202b320bd5ba0eec65a3079b5f9a1bff /updater/socket.h | |
parent | 6eeecd465296d56cb91646706eed1cca38a28794 (diff) |
Updated MiniZip to version 1.1 That added support for Unicode files and more compression options
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@505 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'updater/socket.h')
-rw-r--r-- | updater/socket.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/updater/socket.h b/updater/socket.h index 5879476..c0fdea8 100644 --- a/updater/socket.h +++ b/updater/socket.h @@ -7,8 +7,6 @@ #include "popups.h"
-#include "zbin/minizip/munzip.h"
-
// gets a file from a url, puts in in the temp_folder and names it after the plugin_name (same extension as url)
// it will automatically unzip a zip file, putting the contents in the temp_folder and using the names from the archive
// if it unzips the file, the zip archive is removed afterward
|