mirror of
https://github.com/reactos/reactos.git
synced 2025-02-28 19:32:59 +00:00
[UCRT] Fix invalid storage type specification
This commit is contained in:
parent
4de4349109
commit
7a764cf610
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
#include <locale.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
extern "C" static wchar_t* __cdecl call_wsetlocale(int const category, char const* const narrow_locale)
|
||||
static wchar_t* __cdecl call_wsetlocale(int const category, char const* const narrow_locale)
|
||||
{
|
||||
if (narrow_locale == nullptr)
|
||||
return _wsetlocale(category, nullptr);
|
||||
|
|
Loading…
Reference in a new issue