mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 23:48:11 +00:00
LibWeb: Add Haiku platform string to ResourceLoader
This commit is contained in:
parent
0fa00a1b1e
commit
45e38c99c2
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