mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 05:48:12 +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
|
||||
#endif
|
||||
|
||||
#if defined(__HAIKU__)
|
||||
# define AK_OS_HAIKU
|
||||
#endif
|
||||
|
||||
#if defined(__gnu_hurd__)
|
||||
# define AK_OS_GNU_HURD
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue