You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added Support for loading the 64bit libzip.dll on Windows. (#10)
Windows Apps can be either 32 or 64 bit. This commit uses
the
SetDllDirectory
function to add a new search path to the current search paths
so the correct 64 bit dll can be loaded. In this case it adds
an "x64" directory which is relative to where the LibZipSharp
assembly is.
https://msdn.microsoft.com/en-us/library/ms686203(VS.85).aspx
0 commit comments