audk/Nt32Pkg/Include/Library/WinNtLib.h

17 lines
329 B
C

/** @file
Public include file for the WinNt Library
Copyright (c) 2006 - 2007, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#ifndef __WIN_NT_LIB_H__
#define __WIN_NT_LIB_H__
#include <Protocol/WinNtThunk.h>
extern EFI_WIN_NT_THUNK_PROTOCOL *gWinNt;
#endif