1
Fork 0
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:
nipos 2023-08-27 21:41:38 +02:00 committed by Andrew Kaster
parent 0fa00a1b1e
commit 45e38c99c2

View file

@ -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