aboutsummaryrefslogtreecommitdiffstats
path: root/oculusvr-sdk
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2015-08-20 22:41:33 +0200
committerSven Gothel <[email protected]>2015-08-20 22:41:33 +0200
commit07fb56cdd2ce6a74b2874cc6131bc2fd65f0887b (patch)
tree1c74ab10fab4a06d9abe1ec8093d1e2891ca90ce /oculusvr-sdk
parent0b9247c1cfcfcea7c2657f828f804081f9ad5dc7 (diff)
Bug 1196: Fix Unresolved strncpy_s (MSVCRT) on WinXP
Unresolved strncpy_s (MSVCRT) on WinXP, as shown w/ dependency walker (red module, red unresolved line). Mapped: _tcsncpy_s -> strncpy_s (!UNICODE). On WinXP MSVCRT has no strncpy_s. _tcsncpy_s(sOut, sOutLen, s, len) -> bound-check + _tcsncpy(sOut, s, len)
Diffstat (limited to 'oculusvr-sdk')
0 files changed, 0 insertions, 0 deletions