1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 13:33:02 +01:00

Remove duplicate MAX_PATH, previously defined in Platform.h

This commit is contained in:
ζeh Matt
2023-08-10 14:45:07 +03:00
parent 3ff527fb78
commit bdb3743897

View File

@@ -26,12 +26,6 @@
#include <cstddef>
#include <cstdint>
// 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