1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 08:12:53 +01:00

Reword comment

This commit is contained in:
Ethan Smith
2017-12-06 17:18:21 -08:00
committed by Richard Jenkins
parent 64f2778c10
commit 76434c0eb6

View File

@@ -54,8 +54,8 @@ typedef wchar_t utf16;
typedef utf16* utf16string;
#endif
// Defining MAX_PATH temporarily until the paths below can be removed
// Saves us from importing system headers in a header file.
// 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