summaryrefslogtreecommitdiff
path: root/Nt32Pkg/WinNtConsoleDxe/ComponentName.c
diff options
context:
space:
mode:
Diffstat (limited to 'Nt32Pkg/WinNtConsoleDxe/ComponentName.c')
-rw-r--r--Nt32Pkg/WinNtConsoleDxe/ComponentName.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Nt32Pkg/WinNtConsoleDxe/ComponentName.c b/Nt32Pkg/WinNtConsoleDxe/ComponentName.c
index b9770887c8..0087ac3bef 100644
--- a/Nt32Pkg/WinNtConsoleDxe/ComponentName.c
+++ b/Nt32Pkg/WinNtConsoleDxe/ComponentName.c
@@ -191,7 +191,7 @@ GLOBAL_REMOVE_IF_UNREFERENCED EFI_COMPONENT_NAME2_PROTOCOL gWinNtConsoleComponen
};
-static EFI_UNICODE_STRING_TABLE mWinNtConsoleDriverNameTable[] = {
+GLOBAL_REMOVE_IF_UNREFERENCED EFI_UNICODE_STRING_TABLE mWinNtConsoleDriverNameTable[] = {
{ "eng;en", L"Windows Text Console Driver" },
{ NULL , NULL }
};