Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: 66494e532450c1205be93015740580c1e7b8877a
      
https://github.com/tianocore/edk2/commit/66494e532450c1205be93015740580c1e7b8877a
  Author: Michael D Kinney <michael.d.kin...@intel.com>
  Date:   2023-05-06 (Sat, 06 May 2023)

  Changed paths:
    M MdeModulePkg/Application/CapsuleApp/CapsuleDump.c

  Log Message:
  -----------
  MdeModulePkg/CapsuleApp: Add EFIAPI to CompareFileNameInAlphabet()

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4446

CompareFileNameInAlphabet() is passed as a function pointer
parameter and typecast to type SORT_COMPARE that is declared
with EFIAPI.  Add EFIAPI to CompareFileNameInAlphabet() to match
SORT_COMPARE type.

Cc: Jian J Wang <jian.j.w...@intel.com>
Cc: Liming Gao <gaolim...@byosoft.com.cn>
Cc: Guomin Jiang <guomin.ji...@intel.com>
Signed-off-by: Michael D Kinney <michael.d.kin...@intel.com>
Reviewed-by: Liming Gao <gaolim...@byosoft.com.cn>




_______________________________________________
edk2-commits mailing list
edk2-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to