mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:27:45 +00:00
AK: Add Solaris to platform detection
This commit is contained in:
parent
7ddf9e9177
commit
d65c912c09
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…
Add table
Add a link
Reference in a new issue