mirror of https://github.com/acidanthera/audk.git
Fixed build error for VS2008 toolchain.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong <eric.dong@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18250 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
a22a50fa13
commit
1b30c2e61e
|
@ -901,6 +901,7 @@ AdjustOptionValue (
|
|||
Default = NULL;
|
||||
NewValue = 0;
|
||||
NewValuePos = 0;
|
||||
OldValue = 0;
|
||||
|
||||
//
|
||||
// Update Select FD/HD/CD/NET/BEV Order Form
|
||||
|
|
Loading…
Reference in New Issue