diff options
Diffstat (limited to 'src/port/win32stat.c')
-rw-r--r-- | src/port/win32stat.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/port/win32stat.c b/src/port/win32stat.c index cebf96f965b..7ab35024af3 100644 --- a/src/port/win32stat.c +++ b/src/port/win32stat.c @@ -13,8 +13,6 @@ *------------------------------------------------------------------------- */ -#ifdef WIN32 - #include "c.h" #include "port/win32ntdll.h" @@ -302,5 +300,3 @@ _pgfstat64(int fileno, struct stat *buf) buf->st_nlink = 1; return 0; } - -#endif /* WIN32 */ |