diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-07-05 23:50:39 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-07-05 23:59:00 +0200 |
| commit | a671de4f336e7e9d67a7e237e0f94ccd334230ee (patch) | |
| tree | f59964b90c6096369d8c45662fef003af210be7d /Kernel/Modules/CoreCG | |
| parent | c521b6d8defc0ee9f0b35df9da0dfa072978a1f4 (diff) | |
IMP: Replace __FSKIT_NEWFS__ with __FSKIT_USE_NEWFS__.
IMP: Restrict support in FileManager's FileStream class.
IMP: WiP: RLE implementation like in CoreAV.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Kernel/Modules/CoreCG')
| -rw-r--r-- | Kernel/Modules/CoreCG/Accessibility.hxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Kernel/Modules/CoreCG/Accessibility.hxx b/Kernel/Modules/CoreCG/Accessibility.hxx index 7878de4f..d251e4c2 100644 --- a/Kernel/Modules/CoreCG/Accessibility.hxx +++ b/Kernel/Modules/CoreCG/Accessibility.hxx @@ -4,7 +4,8 @@ ------------------------------------------- */ -#pragma once +#ifndef __CORECG_ACCESS_HXX__ +#define __CORECG_ACCESS_HXX__ #include <NewKit/NewKit.hpp> #include <KernelKit/HError.hpp> @@ -44,3 +45,5 @@ namespace Kernel } }; } // namespace Kernel + +#endif // !__CORECG_ACCESS_HXX__ |
