mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:17:44 +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
|
||||
|
||||
#ifdef KERNEL
|
||||
#if defined(KERNEL) || defined(BOOTSTRAPPER)
|
||||
# define __BEGIN_DECLS
|
||||
# define __END_DECLS
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue