mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 17:10:23 +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: https://github.com/SerenityOS/serenity/commit/45e38c99c20 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…
Reference in a new issue