diff options
| -rw-r--r-- | Public/Developer/SystemLib/Headers/Wm.h | 4 |
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. |
