audk/MdeModulePkg/Application/CapsuleApp
Star Zeng 4436f72220 MdeModulePkg CapsuleApp: Fix VS2012 build failure caused by 5410502
The build failure is like below.
xxx\CapsuleApp.c(868) : error C2275: 'EFI_GUID' :
  illegal use of this type as an expression
        xxx/UefiBaseType.h(29) : see declaration of 'EFI_GUID'
xxx\CapsuleApp.c(868) : error C2146: syntax error :
  missing ';' before identifier 'ImageTypeId'
xxx\CapsuleApp.c(868) : error C2065: 'ImageTypeId' : undeclared identifier
xxx\CapsuleApp.c(869) : error C2275: 'UINTN' :
  illegal use of this type as an expression
        xxx\ProcessorBind.h(224) : see declaration of 'UINTN'
xxx\CapsuleApp.c(869) : error C2146: syntax error :
  missing ';' before identifier 'ImageIndex'
xxx\CapsuleApp.c(869) : error C2065: 'ImageIndex' : undeclared identifier

Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Dandan Bi <dandan.bi@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: Dandan Bi <dandan.bi@intel.com>
2018-07-27 16:04:13 +08:00
..
AppSupport.c MdeModulePkg CapsuleApp: Fix mixed EOL format issue 2017-05-11 12:58:55 +08:00
CapsuleApp.c MdeModulePkg CapsuleApp: Fix VS2012 build failure caused by 5410502 2018-07-27 16:04:13 +08:00
CapsuleApp.inf MdeModulePkg/CapsuleApp: Center bitmap at bottom of screen 2018-03-21 20:55:27 -07:00
CapsuleApp.uni MdeModulePkg/CapsuleApp: Add CapsuleApp application. 2016-11-08 22:37:05 +08:00
CapsuleAppExtra.uni MdeModulePkg/CapsuleApp: Add CapsuleApp application. 2016-11-08 22:37:05 +08:00
CapsuleDump.c MdeModulePkg CapsuleApp: Do not parse bits in CapsuleFlags of ESRT 2018-07-23 09:17:27 +08:00