mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-22 15:09:04 +02:00
Signed-off-by: Sasha Finkelstein <fnkl.kernel@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42493 Signed-off-by: Sam James <sam@gentoo.org>
13 lines
451 B
Diff
13 lines
451 B
Diff
diff --git a/Source/Windows/Common/CRT/String.cpp b/Source/Windows/Common/CRT/String.cpp
|
|
index dab3cb8..ea0e028 100644
|
|
--- a/Source/Windows/Common/CRT/String.cpp
|
|
+++ b/Source/Windows/Common/CRT/String.cpp
|
|
@@ -187,7 +187,7 @@ DLLEXPORT_FUNC(int, _isctype, (int _C, int _Type)) {
|
|
UNIMPLEMENTED();
|
|
}
|
|
|
|
-DLLEXPORT_FUNC(const unsigned short*, __pctype_func, (void)) {
|
|
+DLLEXPORT_FUNC(unsigned short*, __pctype_func, (void)) {
|
|
return CTypeData;
|
|
}
|
|
|