Differences From Artifact [b44c54e58f]:
- File src/platform.h — part of check-in [7413a728a7] at 2024-04-03 02:16:03 on branch trunk — Change license to LGPLv3 only (user: js, size: 4667) [annotate] [blame] [check-ins using] [more...]
To Artifact [37d4dfa836]:
- File src/platform.h — part of check-in [4853f41b75] at 2024-04-24 22:52:08 on branch trunk — Add SerenityOS to platform.h (user: js, size: 4718) [annotate] [blame] [check-ins using] [more...]
︙ | |||
153 154 155 156 157 158 159 160 161 162 163 164 165 166 | 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 | + + | # define OF_MSDOS #elif defined(__riscos__) # define OF_ACORN_RISC_OS #elif defined(__MINT__) # define OF_MINT #elif defined(__gnu_hurd__) # define OF_HURD #elif defined(__serenity__) # define OF_SERENITYOS #endif #ifdef __GLIBC__ # define OF_GLIBC #endif #if defined(__ELF__) |
︙ |