From 6a18e607ffc4e83f2bd953c9de5c14f18e077df8 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 27 Mar 2024 08:35:15 +0100 Subject: Kernel: Update System API, add prefix to functions. Signed-off-by: Amlal El Mahrouss --- Public/Developer/System.Core/Headers/Dialog.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Public/Developer/System.Core/Headers/Dialog.hxx') diff --git a/Public/Developer/System.Core/Headers/Dialog.hxx b/Public/Developer/System.Core/Headers/Dialog.hxx index 1cc97a6e..0faaae67 100644 --- a/Public/Developer/System.Core/Headers/Dialog.hxx +++ b/Public/Developer/System.Core/Headers/Dialog.hxx @@ -13,4 +13,4 @@ /// @param format the format /// @param va_list the va args, that goes along with it. /// @return void -CA_EXTERN_C VoidType MsgBox(CharacterTypeUTF8* title, CharacterTypeUTF8* format, ...); +CA_EXTERN_C VoidType DlgMsgBox(CharacterTypeUTF8* title, CharacterTypeUTF8* format, ...); -- cgit v1.2.3