]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Fixes for VS2012 Compile
authorHans Hinrichsen <hh@etcconnect.com>
Thu, 30 Apr 2015 03:45:31 +0000 (22:45 -0500)
committerHans Hinrichsen <hh@etcconnect.com>
Thu, 30 Apr 2015 03:45:31 +0000 (22:45 -0500)
commitbbfb0093011984cd91eab01532f104813955417d
treecbcce8a7425b4dff4456ccdd40e2337643935ec0
parentff86dd102fe1378e4d028998246f16d6d1631c9e
Fixes for VS2012 Compile

Fixes for VS2012 Compile

Added headers needed when compiling in Win32 without Cygwin
Some pointers needed to be explicitly cast
VS had a lot of trouble with storing the result of
archive_entry_pathname in a local variable
The only way I could get it to compile was to call the function twice
tar/read.c