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:
parent
d6fd97e8fb
commit
1dbc9bcc0b
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue