AK: Add Haiku to platform detection

This commit is contained in:
nipos 2023-08-27 20:41:32 +02:00 committed by Andrew Kaster
parent 3c675e3f25
commit faa5660c7b

View file

@ -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