aboutsummaryrefslogtreecommitdiff
path: root/src/common/Common.cpp
diff options
context:
space:
mode:
authorNaios <naios-dev@live.de>2016-03-22 19:58:32 +0100
committerjackpoz <giacomopoz@gmail.com>2016-08-08 18:00:32 +0200
commit68015599dcbc3a15f2cca8562cab606f45a95d15 (patch)
tree61c0e269b66146eb67b95230260d26ff2655aee7 /src/common/Common.cpp
parentfdd78d20772701b3e0fd7caf0da2cd5a2e6b6354 (diff)
Core/Common: Converted the common library to a shared library.
* There is still the possibility to static link against common. (cherry picked from commit 501fd9b50232ca3ae3623877c3e521c9c1f894be) # Conflicts: # src/common/Collision/Management/MMapManager.h # src/common/Collision/VMapTools.h # src/common/Common.cpp # src/common/Common.h # src/common/Cryptography/Authentication/PacketCrypt.h # src/common/Cryptography/Authentication/WorldPacketCrypt.h # src/common/Cryptography/HmacHash.cpp # src/common/Cryptography/HmacHash.h # src/common/Cryptography/SHA256.h # src/common/GitRevision.h # src/common/Utilities/Random.h # src/common/Utilities/Util.h
Diffstat (limited to 'src/common/Common.cpp')
-rw-r--r--src/common/Common.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Common.cpp b/src/common/Common.cpp
index 308da602579..d2b3c9c8234 100644
--- a/src/common/Common.cpp
+++ b/src/common/Common.cpp
@@ -18,7 +18,7 @@
#include "Common.h"
-char const* localeNames[TOTAL_LOCALES] = {
+TC_COMMON_API char const* localeNames[TOTAL_LOCALES] = {
"enUS",
"koKR",
"frFR",