1
0
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:
Gymnasiast
2023-01-07 15:33:40 +01:00
parent b6d422ff95
commit 41cc3fd563

View File

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