From 384300904e6cf9187e5e4c4d9a8fad740592cacb Mon Sep 17 00:00:00 2001 From: Amlal Date: Thu, 18 Jul 2024 09:43:27 +0200 Subject: [IMP] BootJump has been fixed, LoaderUtils API for CFKit. (Kernel's CoreFoundation like API) [IMP] Add Write for UChar* types. (BTextWriter) Signed-off-by: Amlal --- Boot/BootKit/BootKit.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'Boot/BootKit/BootKit.hxx') diff --git a/Boot/BootKit/BootKit.hxx b/Boot/BootKit/BootKit.hxx index 16f81696..1b93bd30 100644 --- a/Boot/BootKit/BootKit.hxx +++ b/Boot/BootKit/BootKit.hxx @@ -66,6 +66,7 @@ public: BTextWriter& Write(const Char* str); BTextWriter& Write(const CharacterTypeUTF16* str); BTextWriter& WriteCharacter(CharacterTypeUTF16 c); + BTextWriter& Write(const UChar* str); public: explicit BTextWriter() = default; -- cgit v1.2.3