mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:07:34 +00:00
AK+Userland: Replace Linux, macOS, and *BSD macros with platform defines
We have such nice platform macros, let's clean up any remnants of manual __my_platform__ macros in LibCore, LibCompress and AK.
This commit is contained in:
parent
539fb08551
commit
1d533acbc0
6 changed files with 18 additions and 18 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
// Include the 119.9 KiB of dictionary data from a binary file
|
||||
extern u8 const brotli_dictionary_data[];
|
||||
#if defined(__APPLE__)
|
||||
#if defined(AK_OS_MACOS)
|
||||
asm(".const_data\n"
|
||||
".globl _brotli_dictionary_data\n"
|
||||
"_brotli_dictionary_data:\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue