]> xenbits.xensource.com Git - pvdrivers/win/xeniface.git/commit
Add support for building under VS2015/WDK10
authorPaul Durrant <paul.durrant@citrix.com>
Tue, 13 Dec 2016 16:39:10 +0000 (16:39 +0000)
committerPaul Durrant <paul.durrant@citrix.com>
Tue, 13 Dec 2016 16:41:29 +0000 (16:41 +0000)
commited579d58c0dea065ef698c4dc49a3bfb1c872492
treee14330ec2f584987d34b5fc1e5b9613c5ba4a53d
parentb99f6d8f1de0f47c3d24a2336cdbb57e221fd0c8
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>
18 files changed:
build.py
src/xeniface/fdo.c
src/xeniface/ioctl_store.c
src/xeniface/thread.c
src/xeniface/thread.h
src/xeniface/util.h
src/xeniface/wmi.c
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/xenagent/xenagent.vcxproj [new file with mode: 0644]
vs2015/xenagent/xenagent.vcxproj.user [new file with mode: 0644]
vs2015/xeniface.sln [new file with mode: 0644]
vs2015/xeniface/xeniface.vcxproj [new file with mode: 0644]
vs2015/xeniface/xeniface.vcxproj.user [new file with mode: 0644]
vs2015/xeniface_coinst/xeniface_coinst.vcxproj [new file with mode: 0644]
vs2015/xeniface_coinst/xeniface_coinst.vcxproj.user [new file with mode: 0644]