ReactOS 0.4.16-dev-853-g88d9285
glstatus.cpp
Go to the documentation of this file.
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
13extern "C" { int __globallocalestatus = (~_GLOBAL_LOCALE_BIT); }
int __globallocalestatus
Definition: glstatus.cpp:13