Add two public functions,CharToUpper and AsciiToUpper,and remove the same functional functions,InternalCharToUpper and InternalBaseLibAsciiToUpper.
Cc: Michael D Kinney <michael.d.kin...@intel.com> Cc: Liming Gao <liming....@intel.com> Cc: Bob Feng <bob.c.f...@intel.com> Cc: Yonghong Zhu <yonghong....@intel.com> Shenglei Zhang (2): MdePkg/BaseLib: Add two public functions BaseTools/Common: Remove InternalCharToUpper BaseTools/Source/C/Common/CommonLib.c | 16 ++------- BaseTools/Source/C/Common/CommonLib.h | 4 --- MdePkg/Include/Library/BaseLib.h | 40 +++++++++++++++++++++ MdePkg/Library/BaseLib/BaseLibInternals.h | 42 ----------------------- MdePkg/Library/BaseLib/SafeString.c | 8 ++--- MdePkg/Library/BaseLib/String.c | 35 ++++--------------- 6 files changed, 53 insertions(+), 92 deletions(-) -- 2.18.0.windows.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel