audk/MdeModulePkg
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
..
Application MdeModulePkg CapsuleApp: Fix VS2012 build failure caused by 5410502 2018-07-27 16:04:13 +08:00
Bus MdeModulePkg/PciBusDxe: Fix small memory leak in FreePciDevice 2018-07-27 08:59:31 +08:00
Core MdeModulePkg/DxeCore: Not update RtCode in MemAttrTable after EndOfDxe 2018-07-26 22:51:27 +08:00
Include MdeModulePkg/PlatformBootManager: Add PlatformBootManagerUnableToBoot 2018-07-27 15:47:50 +08:00
Library MdeModulePkg DxeCapsuleLibFmp: Refine the code to check FmpImageSize 2018-07-27 16:04:12 +08:00
Logo MdeModulePkg: Clean up source files 2018-06-28 11:19:45 +08:00
Universal MdeModulePkg/BdsDxe: Call PlatformBootManagerUnableToBoot() 2018-07-27 15:47:57 +08:00
MdeModulePkg.dec MdeModulePkg: Clean up source files 2018-06-28 11:19:45 +08:00
MdeModulePkg.dsc MdeModulePkg: Clean up source files 2018-06-28 11:19:45 +08:00
MdeModulePkg.uni MdeModulePkg/Variable/RuntimeDxe: introduce PcdMaxVolatileVariableSize 2018-03-30 21:17:07 +02:00
MdeModulePkgExtra.uni MdeModulePkg: Clean up source files 2018-06-28 11:19:45 +08:00