mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:45:50 +00:00
[CRT]
- attempt to fix MSVC build svn path=/trunk/; revision=57836
This commit is contained in:
parent
041dd3b70f
commit
16c5f9f124
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ LCID MSVCRT_locale_to_LCID(const char *locale) DECLSPEC_HIDDEN;
|
||||||
void __init_global_locale();
|
void __init_global_locale();
|
||||||
extern MSVCRT__locale_t global_locale;
|
extern MSVCRT__locale_t global_locale;
|
||||||
#define MSVCRT_locale __get_MSVCRT_locale()
|
#define MSVCRT_locale __get_MSVCRT_locale()
|
||||||
extern inline MSVCRT__locale_t __get_MSVCRT_locale()
|
FORCEINLINE MSVCRT__locale_t __get_MSVCRT_locale()
|
||||||
{
|
{
|
||||||
if(!global_locale)
|
if(!global_locale)
|
||||||
__init_global_locale();
|
__init_global_locale();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue