1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 22:28:11 +00:00

LibWeb: Add Solaris/SunOS platform string to ResourceLoader

This commit is contained in:
nipos 2023-02-25 19:29:41 +01:00 committed by Andrew Kaster
parent d6fd97e8fb
commit 1dbc9bcc0b

View file

@ -40,6 +40,8 @@ namespace Web {
# define OS_STRING "NetBSD"
#elif defined(AK_OS_DRAGONFLY)
# define OS_STRING "DragonFly"
#elif defined(AK_OS_SOLARIS)
# define OS_STRING "SunOS"
#else
# error Unknown OS
#endif