]> xenbits.xensource.com Git - pvdrivers/win/xennet.git/commit
Add support for building under VS2015/WDK10
authorPaul Durrant <paul.durrant@citrix.com>
Tue, 13 Dec 2016 10:13:48 +0000 (10:13 +0000)
committerPaul Durrant <paul.durrant@citrix.com>
Tue, 13 Dec 2016 11:05:28 +0000 (11:05 +0000)
commitf3b04774c6c258c481eb1cd106666bdbaad2ea45
tree2d83b0501c549ca3c5b5d02943e88a4aa2f0f8f4
parenta2c879657c383f86b686f311faa95732d065925e
Add support for building under VS2015/WDK10

Moving to the new toolchain also threw up a few new warnings, which this
patch either fixes or squashes. Also, SDV appears to be fragile in new
ways (and whinge about some new things) so there are fixes for that too.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
13 files changed:
build.py
src/xennet/adapter.c
src/xennet/transmitter.c
src/xennet/util.h
vs2015/configs.props [new file with mode: 0644]
vs2015/package/package.vcxproj [new file with mode: 0644]
vs2015/package/package.vcxproj.user [new file with mode: 0644]
vs2015/targets.props [new file with mode: 0644]
vs2015/xennet.sln [new file with mode: 0644]
vs2015/xennet/xennet.vcxproj [new file with mode: 0644]
vs2015/xennet/xennet.vcxproj.user [new file with mode: 0644]
vs2015/xennet_coinst/xennet_coinst.vcxproj [new file with mode: 0644]
vs2015/xennet_coinst/xennet_coinst.vcxproj.user [new file with mode: 0644]