mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:17:36 +00:00
AK: Add Haiku to platform detection
This commit is contained in:
parent
3c675e3f25
commit
faa5660c7b
1 changed files with 4 additions and 0 deletions
|
@ -98,6 +98,10 @@
|
||||||
# define AK_OS_SOLARIS
|
# define AK_OS_SOLARIS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(__HAIKU__)
|
||||||
|
# define AK_OS_HAIKU
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(__gnu_hurd__)
|
#if defined(__gnu_hurd__)
|
||||||
# define AK_OS_GNU_HURD
|
# define AK_OS_GNU_HURD
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue