From 766a639b263460187852043816a4ed06920e624b Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 22 Feb 2019 22:53:39 -0500 Subject: internals: explicitly attribute protected visibility to all interfaces. --- src/string/ntapi_tt_memcpy_utf16.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/string/ntapi_tt_memcpy_utf16.c') diff --git a/src/string/ntapi_tt_memcpy_utf16.c b/src/string/ntapi_tt_memcpy_utf16.c index 70829e6..1d4f7cf 100644 --- a/src/string/ntapi_tt_memcpy_utf16.c +++ b/src/string/ntapi_tt_memcpy_utf16.c @@ -7,6 +7,7 @@ #include #include +__attr_protected__ wchar16_t * __cdecl __ntapi_tt_memcpy_utf16( __in wchar16_t * dst, __in wchar16_t * src, -- cgit v1.2.3