diff options
Diffstat (limited to 'src/server/shared/Common.h')
-rw-r--r-- | src/server/shared/Common.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/server/shared/Common.h b/src/server/shared/Common.h index 11c9ad3b27f..8a1ccf6029a 100644 --- a/src/server/shared/Common.h +++ b/src/server/shared/Common.h @@ -133,22 +133,14 @@ LocaleConstant GetLocaleByName(const std::string& name); typedef std::vector<std::string> StringVector; -#if defined(__GNUC__) -#pragma pack(1) -#else #pragma pack(push, 1) -#endif struct LocalizedString { char const* Str[TOTAL_LOCALES]; }; -#if defined(__GNUC__) -#pragma pack() -#else #pragma pack(pop) -#endif // we always use stdlibc++ std::max/std::min, undefine some not C++ standard defines (Win API and some other platforms) #ifdef max |