GSL moved from stdafx.h (#1676)

Added GSL.h helper for correct including
This commit is contained in:
Ivan 2016-04-20 02:32:27 +03:00
parent efc8779275
commit 75fe95eeb1
19 changed files with 51 additions and 30 deletions

View file

@ -53,7 +53,7 @@ cfg::map_entry<s32> g_cfg_sys_language(cfg::root.sys, "Language",
static const char* get_systemparam_id_name(s32 id)
{
thread_local static char tls_id_name[16]; // for test
static thread_local char tls_id_name[16]; // for test
switch (id)
{