mirror of https://github.com/acidanthera/audk.git
MdeModulePkg/HiiDatabaseDxe: Fix the VS2010/VS2012 build fail
Cc: Liming Gao <liming.gao@intel.com> Cc: Eric Dong <eric.dong@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Eric Dong <eric.dong@intel.com>
This commit is contained in:
parent
31ffa077fc
commit
21d4f0d52a
|
@ -874,6 +874,8 @@ CompareAndMergeDefaultString (
|
|||
StringPtrNext = NULL;
|
||||
ConfigAltResp = NULL;
|
||||
AltCfgRespBackup = NULL;
|
||||
TempChar = L'\0';
|
||||
TempCharA = L'\0';
|
||||
ConfigAltRespChanged = FALSE;
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue