mirror of
https://github.com/reactos/reactos.git
synced 2025-05-23 11:04:52 +00:00

Imported from https://www.nuget.org/packages/Microsoft.Windows.SDK.CRTSource/10.0.22621.3 License: MIT
10 lines
321 B
C++
10 lines
321 B
C++
//
|
|
// 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>
|