mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 04:37:44 +00:00
Kernel: Unbreak building with extra debug macros, part 2
This commit is contained in:
parent
eac3bbdcee
commit
081bb29626
9 changed files with 28 additions and 18 deletions
|
@ -27,7 +27,9 @@
|
|||
#include <AK/ByteBuffer.h>
|
||||
#include <Kernel/Devices/MBRPartitionTable.h>
|
||||
|
||||
#define MBR_DEBUG
|
||||
#ifndef MBR_DEBUG
|
||||
# define MBR_DEBUG
|
||||
#endif
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue