about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-05-30 11:57:50 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-05-30 11:57:50 +0200
commitb38c9ea253d7335b5c36c9f1da1ebe76d7cccc51 (patch)
tree70cafe9d3a150c54c20c1ca42007ee075a4c6464 /src
parent25754a47e0297edc3a2248127001c95c04e46ac8 (diff)
downloadbox64-b38c9ea253d7335b5c36c9f1da1ebe76d7cccc51.tar.gz
box64-b38c9ea253d7335b5c36c9f1da1ebe76d7cccc51.zip
Added wcsncasecmp wrapped function
Diffstat (limited to 'src')
-rwxr-xr-xsrc/wrapped/wrappedlibc_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h
index 01cdf9ed..16991f8d 100755
--- a/src/wrapped/wrappedlibc_private.h
+++ b/src/wrapped/wrappedlibc_private.h
@@ -2115,7 +2115,7 @@ GO(wcsftime, LFpLpp)
 GO(__wcsftime_l, LFpLppp)
 GOW(wcsftime_l, LFpLppp)
 GO(wcslen, LFp)
-//GOW(wcsncasecmp, 
+GOW(wcsncasecmp, iFppL)
 //GO(__wcsncasecmp_l, 
 //GOW(wcsncasecmp_l, 
 GO(wcsncat, pFppL)