summaryrefslogtreecommitdiff
path: root/MdePkg/Library/StackCheckLibNull/StackCheckLibHostApplicationMsvc.c
blob: 6af9891c390739d3bda385beaa572c02caed8a9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/** @file
  This file is empty to allow host applications
  to use the MSVC C runtime lib that provides
  stack cookie definitions without breaking the
  build.

  Copyright (c) Microsoft Corporation.
  SPDX-License-Identifier: BSD-2-Clause-Patent
**/

#include <Uefi.h>

extern VOID  *__security_cookie;