]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg/EbcDebugger: Use AsciiCharToUpper and CharToUpper
authorShenglei Zhang <shenglei.zhang@intel.com>
Tue, 25 Dec 2018 03:32:57 +0000 (11:32 +0800)
committerLiming Gao <liming.gao@intel.com>
Thu, 31 Jan 2019 12:19:16 +0000 (20:19 +0800)
commit357fc11c35b71f232cfb6317534a02fba1baa770
tree32cc377bffcc9a0a4a74f5c5fb35d2fe6ce38e07
parent8c9b49500d59d9e9d24a2ab595b5e1e7de0676c1
MdeModulePkg/EbcDebugger: Use AsciiCharToUpper and CharToUpper

InternalUnicodeToUpper and InternalAsciiToUpper are internal functions,
so they are substituted by public functions AsciiCharToUpper and CharToUpper.
And their implements are removed.
https://bugzilla.tianocore.org/show_bug.cgi?id=1369

Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Hao Wu <hao.a.wu@intel.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
Reviewed-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbSupportString.c