terminal/src/host/proxy/nodefaultlib_shim.h
2021-10-27 18:35:29 +02:00

9 lines
171 B
C

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
#pragma once
#include <guiddef.h>
#define memcmp(a, b, c) (!InlineIsEqualGUID(a, b))