From da49e97dc345e9d8de5f7f1640edd4a012c1ef72 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 4 Apr 2025 17:54:37 +0200 Subject: cf/Foundation: Use Kernel's 'Char' type instead of std's 'char' --- public/frameworks/CoreFoundation.fwrk/headers/Foundation.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/frameworks/CoreFoundation.fwrk/headers/Foundation.h b/public/frameworks/CoreFoundation.fwrk/headers/Foundation.h index 24c995d5..15b10e06 100644 --- a/public/frameworks/CoreFoundation.fwrk/headers/Foundation.h +++ b/public/frameworks/CoreFoundation.fwrk/headers/Foundation.h @@ -18,6 +18,7 @@ namespace CF class CFGUID; class CFProperty; class CFObject; + template class CFRef; class CFFont; @@ -36,7 +37,7 @@ namespace CF typedef SInt32 CFInteger32; typedef SInt64 CFInteger64; - typedef char CFChar8; + typedef Char CFChar8; typedef char16_t CFChar16; struct CFPoint -- cgit v1.2.3