]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/Include/WinNtPeim.h
57d66a26299e35ea687a7da065a2fe9f149266bc
[mirror_edk2.git] / Nt32Pkg / Include / WinNtPeim.h
1 /**@file
2
3 Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>
4 SPDX-License-Identifier: BSD-2-Clause-Patent
5
6 Module Name:
7 WinNtLib.h
8
9 Abstract:
10 Public include file for the WinNt Library
11
12 **/
13
14 #ifndef __WIN_NT_PEIM_H__
15 #define __WIN_NT_PEIM_H__
16
17 //
18 // This forces Windows.h WIN32 include file to be included
19 // it's needed for WinNtThunk.h
20 //
21 #include <Common/WinNtInclude.h>
22
23 #include <Protocol/WinNtThunk.h>
24
25 #endif