]> xenbits.xensource.com Git - pvdrivers/win/xennet.git/commit
Use a locally defined StringPrintf
authorPaul Durrant <paul.durrant@citrix.com>
Thu, 28 Jan 2016 17:59:26 +0000 (17:59 +0000)
committerPaul Durrant <paul.durrant@citrix.com>
Thu, 28 Jan 2016 18:01:28 +0000 (18:01 +0000)
commit53f7655326c979715ff3cfbda6d7ddab3dab034f
treecff1b898688731e3c879a8afdc69a189b42b1325
parentc9de179b18bc7e4185ef355168c0b7522b92565f
Use a locally defined StringPrintf

Use of the _snprintf_s symbol fails on Windows 10, where it appears not to
be exported from ntdll. So, for portability's sake it is more robust to
implement a StringPrintf function locally.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
src/xennet/adapter.c
src/xennet/link.c [deleted file]
src/xennet/link.h [deleted file]
src/xennet/string.c [new file with mode: 0644]
src/xennet/string.h [new file with mode: 0644]
vs2012/xennet/xennet.vcxproj
vs2013/xennet/xennet.vcxproj