mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-02-03 04:05:49 +01:00
Fix compilation on Haiku
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
#include "StringBuilder.h"
|
||||
#include "UTF8.h"
|
||||
|
||||
#if defined(__unix__) || (defined(__APPLE__) && defined(__MACH__))
|
||||
#if defined(__unix__) || defined(__HAIKU__) || (defined(__APPLE__) && defined(__MACH__))
|
||||
#include <strings.h>
|
||||
#define _stricmp(x, y) strcasecmp((x), (y))
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user