diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2020-07-01 16:29:59 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2020-07-01 16:29:59 -0400 |
commit | 01128f9f945f20bc3c472ed953cb0c0fae6ce407 (patch) | |
tree | bfbf58e882aa1a3df4ff4f15e34ca7e12c67e456 /indra/newview/llimprocessing.cpp | |
parent | d8649dbb8a5a20753248923a25c13f729cadd99a (diff) |
DRTVWR-476, SL-13528: Use freopen_s() instead of assigning stderr.
The llappviewerwin32.cpp create_console() function called by
LLAppViewerWin32::initConsole() used to assign *stderr = *(new FILE* value),
and so forth for stdout and stdin. That dubious tactic no longer works with
the new Windows CRT introduced with VS 2015. freopen_s() works much better.
Diffstat (limited to 'indra/newview/llimprocessing.cpp')
0 files changed, 0 insertions, 0 deletions