]> xenbits.xensource.com Git - people/pauldu/xennet.git/commit
Use a locally defined StringPrintf 8.1.0-rc10
authorPaul Durrant <paul.durrant@citrix.com>
Thu, 28 Jan 2016 17:59:26 +0000 (17:59 +0000)
committerPaul Durrant <paul.durrant@citrix.com>
Fri, 29 Jan 2016 09:10:29 +0000 (09:10 +0000)
commit5bf5931d99aa7139dcfaca6f1e06c162a19e336d
tree4079ecb657b743755781a8890d119e74c406f637
parent36bc7d1d55bbe225c6315bc6a90b257b30e40b52
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