diff options
| author | Ben Fuhrmannek | 2014-11-24 10:31:36 +0100 |
|---|---|---|
| committer | Ben Fuhrmannek | 2014-11-24 10:31:36 +0100 |
| commit | 737c47f2db94ecff8446a78610bd6e38e445a0b3 (patch) | |
| tree | febc7675abe9bc5f6f126629a0138b1c7d8cec6c | |
| parent | f34d6621af419f05bd554f970d7bd3dfccac23d6 (diff) | |
HAVE_FNMATCH ifdef fix for win32
| -rw-r--r-- | execute.c | 4 |
1 files changed, 1 insertions, 3 deletions
| @@ -39,9 +39,7 @@ | |||
| 39 | #include "sha256.h" | 39 | #include "sha256.h" |
| 40 | 40 | ||
| 41 | #ifdef PHP_WIN32 | 41 | #ifdef PHP_WIN32 |
| 42 | # ifdef HAVE_FNMATCH | 42 | # include "win32/fnmatch.h" |
| 43 | # include "win32/fnmatch.h" | ||
| 44 | # endif | ||
| 45 | # include "win32/winutil.h" | 43 | # include "win32/winutil.h" |
| 46 | # include "win32/time.h" | 44 | # include "win32/time.h" |
| 47 | #else | 45 | #else |
