mirror of
https://github.com/reactos/reactos.git
synced 2025-05-16 15:50:24 +00:00

Imported from https://www.nuget.org/packages/Microsoft.Windows.SDK.CRTSource/10.0.22621.3 License: MIT
13 lines
278 B
C
13 lines
278 B
C
//
|
|
// memory.h
|
|
//
|
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
//
|
|
// The buffer (memory) manipulation library.
|
|
//
|
|
#pragma once
|
|
#ifndef _INC_MEMORY // include guard for 3rd party interop
|
|
#define _INC_MEMORY
|
|
|
|
#include <corecrt_memory.h>
|
|
#endif // _INC_MEMORY
|