[UCRT] Fix invalid storage type specification

This commit is contained in:
Timo Kreuzer 2024-10-13 19:43:08 +02:00
parent 4de4349109
commit 7a764cf610

View file

@ -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);