Last change
on this file since 109091 was 108794, checked in by vboxsync, 5 weeks ago |
Devices/EFI/FirmwareNew: Merge edk2-stable202502 from the vendor branch and make it build for the important platforms, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
305 bytes
|
Line | |
---|
1 | /** @file
|
---|
2 | This file is empty to allow host applications
|
---|
3 | to use the MSVC C runtime lib that provides
|
---|
4 | stack cookie definitions without breaking the
|
---|
5 | build.
|
---|
6 |
|
---|
7 | Copyright (c) Microsoft Corporation.
|
---|
8 | SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
9 | **/
|
---|
10 |
|
---|
11 | #include <Uefi.h>
|
---|
12 |
|
---|
13 | extern VOID *__security_cookie;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.