memory.h (c2c66aff) memory.h (6f6b8317)
1/**
2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the w64 mingw-runtime package.
4 * No warranty is given; refer to the file DISCLAIMER within this package.
5 */
6#ifndef _INC_MEMORY
7#define _INC_MEMORY
8
1/**
2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the w64 mingw-runtime package.
4 * No warranty is given; refer to the file DISCLAIMER within this package.
5 */
6#ifndef _INC_MEMORY
7#define _INC_MEMORY
8
9#include <crtdefs.h>
9#include <corecrt.h>
10
11#ifdef __cplusplus
12extern "C" {
13#endif
14
15#ifndef _CONST_RETURN
16#define _CONST_RETURN
17#endif

--- 105 unchanged lines hidden ---
10
11#ifdef __cplusplus
12extern "C" {
13#endif
14
15#ifndef _CONST_RETURN
16#define _CONST_RETURN
17#endif

--- 105 unchanged lines hidden ---