diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-04 14:16:39 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-04 14:16:39 +0200 |
| commit | a38083f7d528111087949a0ba8e3970f091f2fc9 (patch) | |
| tree | c21cda9b4571758540564b562ea6858ddf89030b /DDKit/KernelStd.h | |
| parent | cd400898f5a6ef04690231323c0be107ae330fb4 (diff) | |
[FIX] CG's text writer functions. Need to fix ProgramLoader class now
for DLLs/LIBs.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'DDKit/KernelStd.h')
| -rw-r--r-- | DDKit/KernelStd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/DDKit/KernelStd.h b/DDKit/KernelStd.h index bdd8ce3d..abb56ea6 100644 --- a/DDKit/KernelStd.h +++ b/DDKit/KernelStd.h @@ -21,9 +21,9 @@ #define DK_FINAL #endif // defined(__cplusplus) -#ifndef __KERNEL__ +#ifndef __NEWOSKRNL__ #error !!! including header in kernel mode !!! -#endif // __KERNEL__ +#endif // __NEWOSKRNL__ struct DDK_STATUS_STRUCT; |
