mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +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: https://github.com/SerenityOS/serenity/commit/2a699cec98f 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…
Reference in a new issue