diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2023-11-09 13:39:03 +0200 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2023-11-09 13:39:03 +0200 |
commit | 0a731cd765cb05820e5e08956ba66cc85e987d3c (patch) | |
tree | bd45777f18dcfb6818318adf8d24bf1e8e6e0263 /indra/newview/llluamanager.cpp | |
parent | 1c5f7ee7752575653e8442fa78ccf605c896b7dd (diff) |
DRTVWR-589 - don't prevent mangling names as we use C++ lib
Diffstat (limited to 'indra/newview/llluamanager.cpp')
-rw-r--r-- | indra/newview/llluamanager.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llluamanager.cpp b/indra/newview/llluamanager.cpp index abef3ce368..2bdf4fd0b0 100644 --- a/indra/newview/llluamanager.cpp +++ b/indra/newview/llluamanager.cpp @@ -64,12 +64,9 @@ extern LLUIListener sUIListener; #include <boost/algorithm/string/replace.hpp> -extern "C" -{ #include "lua/lua.h" #include "lua/lauxlib.h" #include "lua/lualib.h" -} #include <algorithm> #include <cstdlib> // std::rand() |