mirror of
https://github.com/reactos/reactos.git
synced 2025-06-25 18:19:43 +00:00
[UCRT] Import Microsoft.Windows.SDK.CRTSource version 10.0.22621.3
Imported from https://www.nuget.org/packages/Microsoft.Windows.SDK.CRTSource/10.0.22621.3 License: MIT
This commit is contained in:
parent
f1b60c66f0
commit
04e0dc4a7a
568 changed files with 115483 additions and 0 deletions
10
sdk/lib/ucrt/string/memcpy_s.cpp
Normal file
10
sdk/lib/ucrt/string/memcpy_s.cpp
Normal file
|
@ -0,0 +1,10 @@
|
|||
//
|
||||
// memcpy_s.cpp
|
||||
//
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
//
|
||||
// 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
|
||||
#include <corecrt_memcpy_s.h>
|
Loading…
Add table
Add a link
Reference in a new issue