/*** *xthdloc.c - sets the __globallocalestatus flag to disable per thread locale * * Copyright (c) Microsoft Corporation. All rights reserved. * *Purpose: * Sets the __globallocalestatus flag to enable per thread locale. * Link with this obj to enable per thread locale. * *******************************************************************************/ #include #include #include #include #include int __globallocalestatus = (~_GLOBAL_LOCALE_BIT) ;