diff options
author | kaliki <[email protected]> | 2022-02-10 16:48:06 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:48:06 +0300 |
commit | a79404df3a1d90f4b37ac8a1ce0a2bfb5dfd06f1 (patch) | |
tree | 3302aab790ee7891a6ed0b4b9257ab4dd02ae4c1 /util/folder/lstat_win.h | |
parent | b552921bb1c7ea535f6e0e1706feb311c27d6036 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/folder/lstat_win.h')
-rw-r--r-- | util/folder/lstat_win.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/util/folder/lstat_win.h b/util/folder/lstat_win.h index 0bf7c19055b..10152db2b56 100644 --- a/util/folder/lstat_win.h +++ b/util/folder/lstat_win.h @@ -1,20 +1,20 @@ #pragma once - + #include <util/system/defaults.h> #include "fts.h" - -#ifdef _win_ + +#ifdef _win_ #include <sys/stat.h> - + #ifdef __cplusplus -extern "C" { +extern "C" { #endif - + #define _S_IFLNK 0xA000 int lstat(const char* fileName, stat_struct* fileStat); - + #ifdef __cplusplus -} +} #endif - -#endif //_win_ + +#endif //_win_ |