mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
AK: Add Haiku to platform detection
This commit is contained in:
parent
3c675e3f25
commit
faa5660c7b
Notes:
sideshowbarker
2024-07-19 16:52:33 +09:00
Author: https://github.com/ghost Commit: https://github.com/SerenityOS/serenity/commit/faa5660c7be Pull-request: https://github.com/SerenityOS/serenity/pull/20808 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/Hendiadyoin1 Reviewed-by: https://github.com/diversys
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…
Reference in a new issue