diff --git a/sdk/lib/ucrt/string/memcpy_s.cpp b/sdk/lib/ucrt/string/memcpy_s.cpp index 4232b2cd580..80717335c27 100644 --- a/sdk/lib/ucrt/string/memcpy_s.cpp +++ b/sdk/lib/ucrt/string/memcpy_s.cpp @@ -6,5 +6,5 @@ // Provides external definitions of the inline functions memcpy_s and memmove_s // for use by objects compiled with older versions of the CRT headers. // -#define _CRT_MEMCPY_S_INLINE extern __inline +#define _CRT_MEMCPY_S_INLINE extern #include