2008-03-19 04:23:16 +01:00
|
|
|
/**@file
|
2007-06-26 10:25:56 +02:00
|
|
|
|
2010-04-28 14:24:39 +02:00
|
|
|
Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>
|
2019-04-04 01:06:18 +02:00
|
|
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
2007-06-26 10:25:56 +02:00
|
|
|
|
|
|
|
Module Name:
|
|
|
|
WinNtLib.h
|
|
|
|
|
|
|
|
Abstract:
|
|
|
|
Public include file for the WinNt Library
|
|
|
|
|
2008-03-19 04:23:16 +01:00
|
|
|
**/
|
2007-06-26 10:25:56 +02:00
|
|
|
|
|
|
|
#ifndef __WIN_NT_PEIM_H__
|
|
|
|
#define __WIN_NT_PEIM_H__
|
|
|
|
|
|
|
|
//
|
|
|
|
// This forces Windows.h WIN32 include file to be included
|
|
|
|
// it's needed for WinNtThunk.h
|
|
|
|
//
|
|
|
|
#include <Common/WinNtInclude.h>
|
|
|
|
|
|
|
|
#include <Protocol/WinNtThunk.h>
|
|
|
|
|
|
|
|
#endif
|