summaryrefslogtreecommitdiffhomepage
path: root/Public/Developer/SystemLib
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-05-04 21:07:18 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-05-04 21:07:18 +0200
commit707e80c5580a82e7857de5784f109d29a8cc2014 (patch)
treeea4f04cf3163cd8911e8147af3c719d08b530735 /Public/Developer/SystemLib
parent770b1034a8f1bc401251ebbbeb8af82568829f09 (diff)
MHR-23: Start work on graphics stack.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Public/Developer/SystemLib')
-rw-r--r--Public/Developer/SystemLib/Headers/Wm.h4
1 files changed, 2 insertions, 2 deletions
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 <Headers/Defines.h>
-#include "Headers/Dialog.h"
+#include <Headers/Dialog.h>
/*************************************************************
*
@@ -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.