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
Notes: sideshowbarker 2024-07-19 16:50:46 +09:00

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