Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MsWheaPkg: Add EFIAPI to relevant functions
MsWheaReportHandlerPei() is passed to ReportHwErrRecRouter() for the MS_WHEA_ERR_REPORT_PS_FN value where that is defined as: typedef EFI_STATUS (EFIAPI *MS_WHEA_ERR_REPORT_PS_FN)( IN MS_WHEA_ERROR_ENTRY_MD *MsWheaEntryMD ); So, MsWheaReportHandlerPei() needs to include EFIAPI as well. Similarly, MsWheaRscHandlerPei() needs EFIAPI due to the definition of EFI_PEI_RSC_HANDLER_CALLBACK. Signed-off-by: Michael Kubacki <[email protected]> fixup
- Loading branch information