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
Notes: sideshowbarker 2024-07-19 09:30:07 +09:00

View file

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