mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-05 19:26:53 +00:00
Made requested revisions for naming and spacing
This commit is contained in:
@@ -219,7 +219,7 @@ inline void EnsureDirExists(const std::string &filepath) {
|
||||
// Obtains the absolute path from any other path.
|
||||
// Returns the input path if the absolute path couldn't be resolved.
|
||||
inline std::string AbsolutePath(const std::string &filepath) {
|
||||
#ifdef NO_ABSOLUTE_PATH_RESOLUTION
|
||||
#ifdef FLATBUFFERS_NO_ABSOLUTE_PATH_RESOLUTION
|
||||
return filepath;
|
||||
#else
|
||||
#ifdef _WIN32
|
||||
|
||||
Reference in New Issue
Block a user