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_strncmp_utf16.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/string/ntapi_tt_strncmp_utf16.c') diff --git a/src/string/ntapi_tt_strncmp_utf16.c b/src/string/ntapi_tt_strncmp_utf16.c index aaa90ca..7fe1b23 100644 --- a/src/string/ntapi_tt_strncmp_utf16.c +++ b/src/string/ntapi_tt_strncmp_utf16.c @@ -6,6 +6,7 @@ #include #include +#include "ntapi_impl.h" int __cdecl __ntapi_tt_strncmp_utf16( __in const wchar16_t * a, -- cgit v1.2.3