summaryrefslogtreecommitdiff
path: root/Nt32Pkg/Include/Library/WinNtLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'Nt32Pkg/Include/Library/WinNtLib.h')
-rw-r--r--Nt32Pkg/Include/Library/WinNtLib.h32
1 files changed, 13 insertions, 19 deletions
diff --git a/Nt32Pkg/Include/Library/WinNtLib.h b/Nt32Pkg/Include/Library/WinNtLib.h
index 9210a572b5..0d202257c4 100644
--- a/Nt32Pkg/Include/Library/WinNtLib.h
+++ b/Nt32Pkg/Include/Library/WinNtLib.h
@@ -1,28 +1,22 @@
-/*++
-
-Copyright (c) 2006, Intel Corporation
-All rights reserved. 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.
-
-Module Name:
-
- WinNtLib.h
+/** @file
+ Public include file for the WinNt Library
-Abstract:
+Copyright (c) 2006 - 2007, Intel Corporation
+All rights reserved. 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
- Public include file for the WinNt Library
+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 <WinNtThunk.h>
+#include <Protocol/WinNtThunk.h>
+
extern EFI_WIN_NT_THUNK_PROTOCOL *gWinNt;
-#endif \ No newline at end of file
+#endif