We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de4349 commit 7a764cfCopy full SHA for 7a764cf
sdk/lib/ucrt/locale/setlocale.cpp
@@ -12,7 +12,7 @@
12
#include <locale.h>
13
#include <stdlib.h>
14
15
-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)
16
{
17
if (narrow_locale == nullptr)
18
return _wsetlocale(category, nullptr);
0 commit comments