mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 07:34:06 +02:00
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;
|
StringPtrNext = NULL;
|
||||||
ConfigAltResp = NULL;
|
ConfigAltResp = NULL;
|
||||||
AltCfgRespBackup = NULL;
|
AltCfgRespBackup = NULL;
|
||||||
|
TempChar = L'\0';
|
||||||
|
TempCharA = L'\0';
|
||||||
ConfigAltRespChanged = FALSE;
|
ConfigAltRespChanged = FALSE;
|
||||||
|
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user