gentoo-ebuilds/app-emulation/fex-xtajit/files/fex-xtajit-2506-constness.patch
Sasha Finkelstein b470b99cd8
app-emulation/fex-xtajit: New package, add 2506
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>
2025-06-08 13:02:49 +01:00

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;
}