1
Fork 0
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:
Liav A 2020-02-09 16:58:26 +02:00 committed by Andreas Kling
parent 1266c9ab88
commit 2a699cec98

View file

@ -26,7 +26,7 @@
#pragma once
#ifdef KERNEL
#if defined(KERNEL) || defined(BOOTSTRAPPER)
# define __BEGIN_DECLS
# define __END_DECLS
#else