Files
ladybird/AK
Andreas Kling c452aa891f AK: Add Platform.h with an ARCH() macro.
You can currently use this to detect the CPU architecture like so:

    #if ARCH(I386)
        ...
    #elif ARCH(X86_64)
        ...
    #else
        ...
    #endif

This will be helpful for separating out architecture-specific code blocks.
2019-07-09 15:48:04 +02:00
..
2019-05-28 17:31:20 +02:00
2019-05-28 17:31:20 +02:00
2019-05-28 17:31:20 +02:00
2019-06-24 12:02:31 +02:00
2019-07-08 14:06:03 +02:00
2019-05-28 17:31:20 +02:00
2019-05-28 17:31:20 +02:00
2019-06-15 10:35:35 +02:00
2019-05-28 17:31:20 +02:00