]> xenbits.xensource.com Git - people/pauldu/xenvif.git/commit
Add support for building under VS2015/WDK10
authorPaul Durrant <paul.durrant@citrix.com>
Mon, 12 Dec 2016 16:31:50 +0000 (16:31 +0000)
committerPaul Durrant <paul.durrant@citrix.com>
Tue, 13 Dec 2016 11:04:59 +0000 (11:04 +0000)
commit86b2f26397809d7f46d87a1938a27520b5c5513a
tree2a7f38adc68475288a94de11b5e62bc10eca953f
parentd3f84222d9b88b1e07233c8113350d47b4254e87
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>
16 files changed:
build.py
src/xenvif/fdo.c
src/xenvif/frontend.c
src/xenvif/frontend.h
src/xenvif/thread.c
src/xenvif/thread.h
src/xenvif/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/xenvif.sln [new file with mode: 0644]
vs2015/xenvif/xenvif.vcxproj [new file with mode: 0644]
vs2015/xenvif/xenvif.vcxproj.user [new file with mode: 0644]
vs2015/xenvif_coinst/xenvif_coinst.vcxproj [new file with mode: 0644]
vs2015/xenvif_coinst/xenvif_coinst.vcxproj.user [new file with mode: 0644]