summaryrefslogtreecommitdiff
path: root/Nt32Pkg/WinNtConsoleDxe/Console.h
diff options
context:
space:
mode:
Diffstat (limited to 'Nt32Pkg/WinNtConsoleDxe/Console.h')
-rw-r--r--Nt32Pkg/WinNtConsoleDxe/Console.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Nt32Pkg/WinNtConsoleDxe/Console.h b/Nt32Pkg/WinNtConsoleDxe/Console.h
index 1ef2a2f5a7..1cad6b886b 100644
--- a/Nt32Pkg/WinNtConsoleDxe/Console.h
+++ b/Nt32Pkg/WinNtConsoleDxe/Console.h
@@ -70,8 +70,9 @@ typedef struct {
//
// Console Globale Variables
//
-extern EFI_DRIVER_BINDING_PROTOCOL gWinNtConsoleDriverBinding;
-extern EFI_COMPONENT_NAME_PROTOCOL gWinNtConsoleComponentName;
+extern EFI_DRIVER_BINDING_PROTOCOL gWinNtConsoleDriverBinding;
+extern EFI_COMPONENT_NAME_PROTOCOL gWinNtConsoleComponentName;
+extern EFI_COMPONENT_NAME2_PROTOCOL gWinNtConsoleComponentName2;
typedef struct {
UINTN ColumnsX;