mirror of https://github.com/acidanthera/audk.git
ShellPkg: Fix VS2010/2012 build failure
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Dandan Bi <dandan.bi@intel.com>
This commit is contained in:
parent
fc3f005aee
commit
9ba25c7db7
|
@ -52,6 +52,7 @@ ShellCommandRunEfiDecompress (
|
||||||
InFileName = NULL;
|
InFileName = NULL;
|
||||||
OutFileName = NULL;
|
OutFileName = NULL;
|
||||||
OutSize = 0;
|
OutSize = 0;
|
||||||
|
ScratchSize = 0;
|
||||||
ShellStatus = SHELL_SUCCESS;
|
ShellStatus = SHELL_SUCCESS;
|
||||||
Status = EFI_SUCCESS;
|
Status = EFI_SUCCESS;
|
||||||
OutBuffer = NULL;
|
OutBuffer = NULL;
|
||||||
|
@ -59,6 +60,7 @@ ShellCommandRunEfiDecompress (
|
||||||
ScratchBuffer = NULL;
|
ScratchBuffer = NULL;
|
||||||
InFileHandle = NULL;
|
InFileHandle = NULL;
|
||||||
OutFileHandle = NULL;
|
OutFileHandle = NULL;
|
||||||
|
Decompress = NULL;
|
||||||
|
|
||||||
//
|
//
|
||||||
// initialize the shell lib (we must be in non-auto-init...)
|
// initialize the shell lib (we must be in non-auto-init...)
|
||||||
|
|
Loading…
Reference in New Issue