diff options
author | alex <alex@yandex-team.ru> | 2022-02-10 16:51:51 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:51:51 +0300 |
commit | 9f297e4a2d8d5767cf42b4047d45ad1f0483cce2 (patch) | |
tree | ab7fbbf3253d4c0e2793218f09378908beb025fb /util/system/maxlen.h | |
parent | b56e9714f9a7111f34a925e91abb846279eaea36 (diff) | |
download | ydb-9f297e4a2d8d5767cf42b4047d45ad1f0483cce2.tar.gz |
Restoring authorship annotation for <alex@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/system/maxlen.h')
-rw-r--r-- | util/system/maxlen.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/util/system/maxlen.h b/util/system/maxlen.h index dced4999a3..e1ff7f5008 100644 --- a/util/system/maxlen.h +++ b/util/system/maxlen.h @@ -20,13 +20,13 @@ #define PATH_MAX _MAX_PATH #endif #else - + #ifndef MAX_PATH #define MAX_PATH PATH_MAX #endif - + #ifndef _MAX_PATH #define _MAX_PATH PATH_MAX #endif - -#endif + +#endif |