| Index: src/base/platform/platform.h
|
| diff --git a/src/base/platform/platform.h b/src/base/platform/platform.h
|
| index 07155f7a58780e0f592dac63e82ece2925ad8cdf..1873bbe57d7bb96bcb31b2fe044b298ba9882de3 100644
|
| --- a/src/base/platform/platform.h
|
| +++ b/src/base/platform/platform.h
|
| @@ -142,6 +142,8 @@ class OS {
|
| static FILE* FOpen(const char* path, const char* mode);
|
| static bool Remove(const char* path);
|
|
|
| + static bool isDirectorySeparator(const char ch);
|
| +
|
| // Opens a temporary file, the file is auto removed on close.
|
| static FILE* OpenTemporaryFile();
|
|
|
|
|