1 /*** 2 *glstatus.c - sets the __globallocalestatus flag 3 * 4 * Copyright (c) Microsoft Corporation. All rights reserved. 5 * 6 *Purpose: 7 * Sets the __globallocalestatus flag to disable per thread locale 8 * 9 *******************************************************************************/ 10 11 #include <corecrt_internal.h> 12 13 extern "C" { int __globallocalestatus = (~_GLOBAL_LOCALE_BIT); } 14