summaryrefslogtreecommitdiff
path: root/Nt32Pkg/Include/Library
diff options
context:
space:
mode:
authorGuo Mang <mang.guo@intel.com>2017-04-27 11:36:34 +0800
committerGuo Mang <mang.guo@intel.com>2017-04-27 13:02:46 +0800
commitca6850ea2728a09559575038eac371c41c7c39af (patch)
treec5c1874061264afded5a5b6c626e01c0e5cff49f /Nt32Pkg/Include/Library
parentda94a43c60202dcc2a53d07185ed73f9e9918c34 (diff)
downloadedk2-platforms-ca6850ea2728a09559575038eac371c41c7c39af.tar.xz
Nt32Pkg: Remove unused Package
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang <mang.guo@intel.com>
Diffstat (limited to 'Nt32Pkg/Include/Library')
-rw-r--r--Nt32Pkg/Include/Library/WinNtLib.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/Nt32Pkg/Include/Library/WinNtLib.h b/Nt32Pkg/Include/Library/WinNtLib.h
deleted file mode 100644
index 31a22fd3fd..0000000000
--- a/Nt32Pkg/Include/Library/WinNtLib.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/** @file
- Public include file for the WinNt Library
-
-Copyright (c) 2006 - 2007, Intel Corporation. All rights reserved.<BR>
-This program and the accompanying materials
-are licensed and made available under the terms and conditions of the BSD License
-which accompanies this distribution. The full text of the license may be found at
-http://opensource.org/licenses/bsd-license.php
-
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-
-**/
-
-#ifndef __WIN_NT_LIB_H__
-#define __WIN_NT_LIB_H__
-
-#include <Protocol/WinNtThunk.h>
-
-extern EFI_WIN_NT_THUNK_PROTOCOL *gWinNt;
-
-#endif