]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Fixes for VS2012 Compile 531/head
authorHans Hinrichsen <hh@etcconnect.com>
Tue, 5 May 2015 03:30:01 +0000 (22:30 -0500)
committerHans Hinrichsen <hh@etcconnect.com>
Tue, 5 May 2015 03:30:01 +0000 (22:30 -0500)
commitc125ca2a159b2f2eb0899bb613ab95a76868f783
treee7073ec5c8e40138829939873c9b40c121071ac1
parentbbfb0093011984cd91eab01532f104813955417d
Fixes for VS2012 Compile

Updated includes in bsdtar_windows.h to bring in _setmode and _O_BINARY via io.h and fcntl.h
Explicitly cast a few void * to their structs to suppress Intellisense warnings
Moved variable in read_archive - VS2012 needs variables declared at the top of the block (does not support C99)
tar/bsdtar_windows.h
tar/read.c