summaryrefslogtreecommitdiffstats
path: root/Nt32Pkg/Include/Library
diff options
context:
space:
mode:
authorRay Ni <ray.ni@intel.com>2019-05-17 12:55:16 +0800
committerRay Ni <ray.ni@intel.com>2019-05-17 13:02:41 +0800
commit7afa0cea8f2ccedc231f1208609148a38c958a64 (patch)
tree0708388e074d718f7a651998929cf0a84c08525d /Nt32Pkg/Include/Library
parent4d5d7812786db947e476b4d850698b465d0e2d99 (diff)
downloadedk2-7afa0cea8f2ccedc231f1208609148a38c958a64.tar.gz
edk2-7afa0cea8f2ccedc231f1208609148a38c958a64.tar.bz2
edk2-7afa0cea8f2ccedc231f1208609148a38c958a64.zip
Nt32Pkg: Remove it
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1812 Now since EmulatorPkg supports to run in Windows environment, this patch removes Nt32Pkg to remove duplicate code in edk2 repo. Signed-off-by: Ray Ni <ray.ni@intel.com> Cc: Hao A Wu <hao.a.wu@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'Nt32Pkg/Include/Library')
-rw-r--r--Nt32Pkg/Include/Library/WinNtLib.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/Nt32Pkg/Include/Library/WinNtLib.h b/Nt32Pkg/Include/Library/WinNtLib.h
deleted file mode 100644
index a3e3152b23..0000000000
--- a/Nt32Pkg/Include/Library/WinNtLib.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/** @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