mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 10:57:34 +00:00
LibC: Apply a change for the Bootstrapper environment
This commit is contained in:
parent
1266c9ab88
commit
2a699cec98
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifdef KERNEL
|
#if defined(KERNEL) || defined(BOOTSTRAPPER)
|
||||||
# define __BEGIN_DECLS
|
# define __BEGIN_DECLS
|
||||||
# define __END_DECLS
|
# define __END_DECLS
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue