dotnet / android-libzipsharp

A managed wrapper (and then some) around libzip (https://libzip.org/)
MIT License
30 stars 12 forks source link

Fixed a bug where the callback delegate was disposed on Windows. #7

Closed dellis1972 closed 8 years ago

dellis1972 commented 8 years ago

Updated the code base to detect if we are running on windows and use that code path rather than having to build two seperate assemblies

Removed the code that required .net 4.5 (Marshal.StructureToPtr/PtrToStructure)

Fixed the namespaces of the Windows code