mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-10 09:40:53 +01:00
refit.inf update.
Removed an inline that failed compilation with clang.
This commit is contained in:
parent
ed8f05d367
commit
2775f5a2d4
@ -150,7 +150,6 @@ void XStringW::StrCpy(const wchar_t *buf)
|
||||
}
|
||||
}
|
||||
|
||||
//inline
|
||||
void XStringW::StrnCat(const wchar_t *buf, UINTN len)
|
||||
{
|
||||
UINTN NewLen;
|
||||
@ -163,7 +162,7 @@ void XStringW::StrnCat(const wchar_t *buf, UINTN len)
|
||||
}
|
||||
}
|
||||
|
||||
inline void XStringW::StrCat(const wchar_t *buf)
|
||||
void XStringW::StrCat(const wchar_t *buf)
|
||||
{
|
||||
if ( buf && *buf ) {
|
||||
StrnCat(buf, StrLen(buf));
|
||||
|
@ -159,20 +159,41 @@
|
||||
Platform/sse3_5_patcher.h
|
||||
../Version.h
|
||||
cpp_util/memory.cpp
|
||||
cpp_util/global1.cpp
|
||||
cpp_util/global2.cpp
|
||||
cpp_util/globals_ctor.cpp
|
||||
cpp_util/globals_ctor.h
|
||||
cpp_util/globals_dtor.cpp
|
||||
cpp_util/globals_dtor.h
|
||||
cpp_util/memory.cpp
|
||||
cpp_util/memory.h
|
||||
cpp_util/operatorNewDelete.cpp
|
||||
cpp_util/operatorNewDelete.h
|
||||
cpp_util/remove_ref.h
|
||||
cpp_foundation/XStringW.h
|
||||
cpp_foundation/XStringW.cpp
|
||||
cpp_foundation/printf_lite.cpp
|
||||
cpp_foundation/printf_lite.h
|
||||
cpp_foundation/utf8Conversion.cpp
|
||||
cpp_foundation/utf8Conversion.h
|
||||
cpp_foundation/XArray.h
|
||||
cpp_foundation/XObjArray.h
|
||||
|
||||
cpp_foundation/XStringW.cpp
|
||||
cpp_foundation/XStringW.h
|
||||
cpp_foundation/XStringWArray.cpp
|
||||
cpp_foundation/XStringWArray.h
|
||||
cpp_foundation/XToolsCommon.cpp
|
||||
cpp_foundation/XToolsCommon.h
|
||||
cpp_unit_test/XArray_tests.cpp
|
||||
cpp_unit_test/XObjArray_tests.h
|
||||
cpp_unit_test/XStringW_test.cpp
|
||||
cpp_unit_test/all_tests.h
|
||||
cpp_unit_test/global2.cpp
|
||||
cpp_unit_test/XArray_tests.h
|
||||
cpp_unit_test/XStringWArray_test.cpp
|
||||
cpp_unit_test/XStringW_test.h
|
||||
cpp_unit_test/global1.cpp
|
||||
cpp_unit_test/global2.h
|
||||
cpp_unit_test/XObjArray_tests.cpp
|
||||
cpp_unit_test/XStringWArray_test.h
|
||||
cpp_unit_test/all_tests.cpp
|
||||
cpp_unit_test/global1.h
|
||||
[Sources.IA32]
|
||||
libeg/ftol.asm | MSFT
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user