diff options
author | Sven Gothel <[email protected]> | 2015-08-20 22:41:33 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-08-20 22:41:33 +0200 |
commit | 07fb56cdd2ce6a74b2874cc6131bc2fd65f0887b (patch) | |
tree | 1c74ab10fab4a06d9abe1ec8093d1e2891ca90ce /oculusvr-sdk | |
parent | 0b9247c1cfcfcea7c2657f828f804081f9ad5dc7 (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