mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-31 01:24:12 +02:00
8 lines
154 B
C
8 lines
154 B
C
/** @file
|
|
Copyright (c) 2023, Marvin Häuser. All rights reserved.
|
|
SPDX-License-Identifier: BSD-3-Clause
|
|
**/
|
|
|
|
#define PE_ARCH 64
|
|
#include "PeEmit.c"
|