From 707e80c5580a82e7857de5784f109d29a8cc2014 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 4 May 2024 21:07:18 +0200 Subject: MHR-23: Start work on graphics stack. Signed-off-by: Amlal El Mahrouss --- Public/Developer/SystemLib/Headers/Wm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Public/Developer/SystemLib') diff --git a/Public/Developer/SystemLib/Headers/Wm.h b/Public/Developer/SystemLib/Headers/Wm.h index 609e89ac..6226475d 100644 --- a/Public/Developer/SystemLib/Headers/Wm.h +++ b/Public/Developer/SystemLib/Headers/Wm.h @@ -7,7 +7,7 @@ #pragma once #include -#include "Headers/Dialog.h" +#include /************************************************************* * @@ -118,7 +118,7 @@ CA_EXTERN_C WmControlPort* WmCreateControl(DWordType id); /// @brief Releases the control /// @param ctrlPort the control ref. /// @return -CA_EXTERN_C VoidType WmReleaseControl(WmControlPort* ctrlPort); +CA_EXTERN_C VoidType WmReleaseControl(WmControlPort* ctrlPort); /// @brief Moves a control inside a WmControlPort. /// @param ctrlPort the control ref. -- cgit v1.2.3