mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 18:17:23 +00:00
Build: Get rid of the USERLAND define
Let's simplify things. There is now only KERNEL. To see if you're on Serenity, check if __serenity__ is defined.
This commit is contained in:
parent
6c2c3d00a3
commit
44bc4008b7
Notes:
sideshowbarker
2024-07-19 10:47:22 +09:00
Author: https://github.com/awesomekling
Commit: 44bc4008b7
4 changed files with 6 additions and 8 deletions
|
@ -11,7 +11,7 @@ void set_serial_debug(bool on_or_off);
|
|||
int get_serial_debug();
|
||||
}
|
||||
|
||||
#ifndef USERLAND
|
||||
#ifdef KERNEL
|
||||
# define printf dbgprintf
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue