mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 21:27:36 +00:00
Get rid of SERENITY macro since the compiler already defines __serenity__
This makes it a bit easier to use AK templates out-of-tree.
This commit is contained in:
parent
6aead8998a
commit
301a269ca0
27 changed files with 39 additions and 60 deletions
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#if defined(SERENITY)
|
||||
#ifdef __serenity__
|
||||
typedef unsigned char byte;
|
||||
typedef unsigned short word;
|
||||
typedef unsigned int dword;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue