mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
LibWeb: Add Solaris/SunOS platform string to ResourceLoader
This commit is contained in:
parent
d6fd97e8fb
commit
1dbc9bcc0b
Notes:
sideshowbarker
2024-07-19 16:54:58 +09:00
Author: https://github.com/ghost
Commit: 1dbc9bcc0b
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 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