diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-06-22 23:33:43 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-06-22 23:33:43 +0200 |
| commit | 16bb06ed34f1af55129c07e767b536f765cf4ed2 (patch) | |
| tree | 2d2b059d904c2f42ec2d63cff00577eb3a5c494c /Comm | |
| parent | efd60f780ba66b363dc564b99a09b60163b9edcb (diff) | |
Comm/newstd.hxx: Use ML_ prefix.
Kernel/KernelKit/PEFCodeManager.hxx: Update header name.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Comm')
| -rw-r--r-- | Comm/newstd.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Comm/newstd.hxx b/Comm/newstd.hxx index 908ea017..d7665c78 100644 --- a/Comm/newstd.hxx +++ b/Comm/newstd.hxx @@ -13,8 +13,8 @@ Purpose: NewOS standard interface. #error !!! including header in kernel mode !!!
#endif // __KERNEL__
-#define IMPORT_CXX extern "C++"
-#define IMPORT_C extern "C"
+#define ML_IMPORT_CXX extern "C++"
+#define ML_IMPORT_C extern "C"
#define cRestrictR "r"
#define cRestrictRB "rb"
|
