AK: Add Solaris to platform detection

This commit is contained in:
nipos 2023-02-25 17:57:26 +01:00 committed by Andrew Kaster
parent 7ddf9e9177
commit d65c912c09
Notes: sideshowbarker 2024-07-19 16:56:01 +09:00

View file

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