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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user