]> xenbits.xensource.com Git - people/pauldu/xennet.git/commit
Fix VS2012 builds
authorPaul Durrant <paul.durrant@citrix.com>
Tue, 26 Jul 2016 08:22:37 +0000 (09:22 +0100)
committerPaul Durrant <paul.durrant@citrix.com>
Tue, 26 Jul 2016 17:02:51 +0000 (18:02 +0100)
commit3ceda1dd821c032aea018c83b56f289ea6e0047a
tree3f019a63abe2315985e09c1052d6e7e81477386f
parent0154c714cbde7a3b5a352005200fe2d7d44dc49c
Fix VS2012 builds

Building for OS earlier than Windows 7 now requires use of procgrp.lib
since KeGetCurrentProcessorEx() is used. Since the base OS of VS2012 builds
is Vista, these have been failing since commit 8cb5c156.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
src/xennet/driver.c
src/xennet/receiver.c
vs2012/xennet/xennet.vcxproj
vs2013/xennet/xennet.vcxproj