summaryrefslogtreecommitdiff
path: root/IntelFrameworkPkg/Library/FrameworkUefiLib/Console.c
diff options
context:
space:
mode:
Diffstat (limited to 'IntelFrameworkPkg/Library/FrameworkUefiLib/Console.c')
-rw-r--r--IntelFrameworkPkg/Library/FrameworkUefiLib/Console.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/IntelFrameworkPkg/Library/FrameworkUefiLib/Console.c b/IntelFrameworkPkg/Library/FrameworkUefiLib/Console.c
index 8baacaf8d4..67598b0b4f 100644
--- a/IntelFrameworkPkg/Library/FrameworkUefiLib/Console.c
+++ b/IntelFrameworkPkg/Library/FrameworkUefiLib/Console.c
@@ -1,5 +1,5 @@
/** @file
- Mde UEFI library functions.
+ The module provide methods to compute the displayed unicode width.
Copyright (c) 2007, Intel Corporation<BR>
All rights reserved. This program and the accompanying materials
@@ -10,12 +10,10 @@
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: Console.c
-
**/
#include "FrameworkUefiLib.h"
-
+
typedef struct {
CHAR16 WChar;
UINT32 Width;