From 98347089c7e4e2b306d25a0db77e00aa2ea50882 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 18 Mar 2024 20:01:38 +0100 Subject: unstable, secret: Very important changes done to the system API, add threading functions. Signed-off-by: Amlal El Mahrouss --- Private/NewKit/Defines.hpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Private/NewKit') diff --git a/Private/NewKit/Defines.hpp b/Private/NewKit/Defines.hpp index bc41633f..563af7d2 100644 --- a/Private/NewKit/Defines.hpp +++ b/Private/NewKit/Defines.hpp @@ -8,7 +8,11 @@ #include -#define NEWKIT_VERSION "1.00" +#ifndef __KERNEL__ +# error You are not compiling the kernel. +#endif + +#define NEWKIT_VERSION "1.01" #if !defined(_INC_NO_STDC_HEADERS) && defined(__GNUC__) #include -- cgit v1.2.3