diff options
Diffstat (limited to 'win32/glob.c')
-rw-r--r-- | win32/glob.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/win32/glob.c b/win32/glob.c index 1d4f235277..8a40f7f506 100644 --- a/win32/glob.c +++ b/win32/glob.c @@ -71,12 +71,6 @@ # define ARG_MAX 14500 # endif #endif -#ifndef S_ISDIR -#define S_ISDIR(m) (((m) & _S_IFDIR) == _S_IFDIR) -#endif -#ifndef S_ISLNK -#define S_ISLNK(m) (0) -#endif #endif #include "php.h" |