mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibWeb: Add Haiku platform string to ResourceLoader
This commit is contained in:
parent
0fa00a1b1e
commit
45e38c99c2
Notes:
sideshowbarker
2024-07-19 16:50:46 +09:00
Author: https://github.com/ghost
Commit: 45e38c99c2
Pull-request: https://github.com/SerenityOS/serenity/pull/20808
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/Hendiadyoin1
Reviewed-by: https://github.com/diversys
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,8 @@ namespace Web {
|
|||
# define OS_STRING "DragonFly"
|
||||
#elif defined(AK_OS_SOLARIS)
|
||||
# define OS_STRING "SunOS"
|
||||
#elif defined(AK_OS_HAIKU)
|
||||
# define OS_STRING "Haiku"
|
||||
#elif defined(AK_OS_GNU_HURD)
|
||||
# define OS_STRING "GNU/Hurd"
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue