From bdb3743897a62644325e14b24b6d7bfac2133486 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=B6eh=20Matt?= <5415177+ZehMatt@users.noreply.github.com> Date: Thu, 10 Aug 2023 14:45:07 +0300 Subject: [PATCH] Remove duplicate MAX_PATH, previously defined in Platform.h --- src/openrct2/common.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/openrct2/common.h b/src/openrct2/common.h index 74a5eccd37..ab373807eb 100644 --- a/src/openrct2/common.h +++ b/src/openrct2/common.h @@ -26,12 +26,6 @@ #include #include -// Define MAX_PATH for various headers that don't want to include system headers -// just for MAX_PATH -#ifndef MAX_PATH -# define MAX_PATH 260 -#endif - using colour_t = uint8_t; // Gets the name of a symbol as a C string