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