From 76c0c6b21532aee82df5bd62cd886bc63d933899 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 22 Apr 2024 09:57:35 +0200 Subject: MHR-5: Fix BootFileReader on EFI platforms (AMD64), also added CoreBoot directory for CoreBoot API (NeWS) Signed-off-by: Amlal El Mahrouss --- Public/Developer/SystemLib/Headers/Dialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Public/Developer/SystemLib/Headers/Dialog.h') diff --git a/Public/Developer/SystemLib/Headers/Dialog.h b/Public/Developer/SystemLib/Headers/Dialog.h index 800f56db..823b3366 100644 --- a/Public/Developer/SystemLib/Headers/Dialog.h +++ b/Public/Developer/SystemLib/Headers/Dialog.h @@ -27,13 +27,13 @@ typedef struct _DialogPort { DialogPoint dlgPosition; WmDialogFn dlgProc; struct _WmGFX* dlgGfx; - struct _WindowPort* parentPort; + struct _WmWindowPort* parentPort; } DialogPort; /// @brief Creates a new dialog from a rsrc fork id. /// @param rsrcId the resource id. /// @return the dialog port. -CA_EXTERN_C DialogPort* DlgCreateFromRsrc(QWordType rsrcId); +CA_EXTERN_C DialogPort* DlgCreateFromRsrc(QWordType rsrcId); /// @brief Shows an message box according to format. /// @param title the message box title -- cgit v1.2.3