diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2021-11-10 10:17:12 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2021-11-10 10:17:12 -0500 |
commit | 214d8d40c12c0a39dffdd837c861abe4c005caf1 (patch) | |
tree | 743c159c7bfb5ab5eb64a11688a43f8643340339 /indra/newview/llchannelmanager.cpp | |
parent | df8e17d8e851c34a83de6c508aba07f6bde12a10 (diff) |
SL-16094: Statically link to Windows IMM32.LIB.
llwindowwin32.cpp's LLWinImm class used to dynamically load IMM32.DLL and
populate its methods using GetProcAddress(). That was to support Windows XP.
Since we've dropped Windows XP, use static linking instead, with dramatically
fewer lines of code (and less of a thread safety alarm trigger).
We retain the LLWinImm wrapper class only as a hook for Tracy instrumentation.
Diffstat (limited to 'indra/newview/llchannelmanager.cpp')
0 files changed, 0 insertions, 0 deletions