Added user agent for Haiku
This commit is contained in:
parent
6e4c4a757d
commit
cdb33f18fa
@ -1388,6 +1388,8 @@ namespace StringUtils
|
||||
uagent += (std::string)" (Macintosh)";
|
||||
#elif defined(__FreeBSD__)
|
||||
uagent += (std::string)" (FreeBSD)";
|
||||
#elif defined(__HAIKU__)
|
||||
uagent += (std::string)" (Haiku)";
|
||||
#elif defined(ANDROID)
|
||||
uagent += (std::string)" (Android)";
|
||||
#elif defined(linux)
|
||||
|
Loading…
x
Reference in New Issue
Block a user