mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-05 23:59:49 +00:00
LibC: Apply a change for the Bootstrapper environment
This commit is contained in:
parent
1266c9ab88
commit
2a699cec98
Notes:
sideshowbarker
2024-07-19 09:30:07 +09:00
Author: https://github.com/supercomputer7
Commit: 2a699cec98
Pull-request: https://github.com/SerenityOS/serenity/pull/1194
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