mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
AK: Add Solaris to platform detection
This commit is contained in:
parent
7ddf9e9177
commit
d65c912c09
Notes:
sideshowbarker
2024-07-19 16:56:01 +09:00
Author: https://github.com/ghost Commit: https://github.com/SerenityOS/serenity/commit/d65c912c091 Pull-request: https://github.com/SerenityOS/serenity/pull/17623 Reviewed-by: https://github.com/ADKaster ✅ Reviewed-by: https://github.com/elcuco Reviewed-by: https://github.com/kleinesfilmroellchen ✅ Reviewed-by: https://github.com/linusg
1 changed files with 5 additions and 0 deletions
|
@ -77,6 +77,11 @@
|
|||
# define AK_OS_DRAGONFLY
|
||||
#endif
|
||||
|
||||
#if defined(__sun)
|
||||
# define AK_OS_BSD_GENERIC
|
||||
# define AK_OS_SOLARIS
|
||||
#endif
|
||||
|
||||
#if defined(_WIN32) || defined(_WIN64)
|
||||
# define AK_OS_WINDOWS
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue