diff options
| author | Amlal <amlal@el-mahrouss-logic.com> | 2024-10-25 16:32:41 +0200 |
|---|---|---|
| committer | Amlal <amlal@el-mahrouss-logic.com> | 2024-10-25 16:32:41 +0200 |
| commit | 5c319a1b4d08ce784f164aa5d073af71336e1547 (patch) | |
| tree | 79fa9f1cd0b719fc2065b7fe3282003ab2d6a401 /dev/crt | |
| parent | d1ce7e39bec8e1ecde3db1970896a7846f6e8c3a (diff) | |
IMP: Include .idl files into QT Creator.
Signed-off-by: Amlal <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'dev/crt')
| -rw-r--r-- | dev/crt/exit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev/crt/exit.h b/dev/crt/exit.h index 69b046c4..9bf9928f 100644 --- a/dev/crt/exit.h +++ b/dev/crt/exit.h @@ -6,6 +6,8 @@ #pragma once +#include <crt/defines.h> + extern "C" int exit(int code); /// @brief Standard C++ namespace |
