mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-23 14:54:30 +01:00
Remove now-unused _strdup() define
This commit is contained in:
@@ -41,7 +41,6 @@ using colour_t = uint8_t;
|
||||
# define _strcmpi _stricmp
|
||||
# define _stricmp(x, y) strcasecmp((x), (y))
|
||||
# define _strnicmp(x, y, n) strncasecmp((x), (y), (n))
|
||||
# define _strdup(x) strdup((x))
|
||||
|
||||
# if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
|
||||
# define RCT2_ENDIANNESS __ORDER_LITTLE_ENDIAN__
|
||||
|
||||
Reference in New Issue
Block a user