summaryrefslogtreecommitdiffhomepage
path: root/Comm/herror.hxx
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-06-30 10:26:41 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-06-30 10:26:41 +0200
commit8ee087a640c2ecf592555457f38ff152bd2f2d2e (patch)
tree57471fc4fcfc95d15317f3d2717c455ad7f6904e /Comm/herror.hxx
parentffa1c9bd15768cbc5f176935e0e6d72e97c3e0ba (diff)
LPC: Add signature error.
SCI: New API: NApplication, NUser has been deprecated. Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Comm/herror.hxx')
-rw-r--r--Comm/herror.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Comm/herror.hxx b/Comm/herror.hxx
index 7138055a..bad6f50c 100644
--- a/Comm/herror.hxx
+++ b/Comm/herror.hxx
@@ -42,6 +42,7 @@ inline constexpr HError kErrorInvalidData = 56;
inline constexpr HError kErrorAsync = 57;
inline constexpr HError kErrorNonBlocking = 58;
inline constexpr HError kErrorIPC = 59;
+inline constexpr HError kErrorSign = 60;
inline constexpr HError kErrorUnimplemented = 0;
inline HError kLastError = 0;