diff options
author | Máté Kocsis <kocsismate@woohoolabs.com> | 2019-11-07 01:10:52 +0100 |
---|---|---|
committer | Máté Kocsis <kocsismate@woohoolabs.com> | 2019-11-07 17:56:26 +0100 |
commit | 662afc80f82dd42b1023d0ee424136e8b46cfb69 (patch) | |
tree | ed9226624e6c322b8822c8360e5c49ddff473e19 /win32 | |
parent | e710862f8ce205cadaccb1734beced48c8425940 (diff) | |
download | php-git-662afc80f82dd42b1023d0ee424136e8b46cfb69.tar.gz |
Remove PHP_SLEEP_NON_VOID as it is not useful anymore
Diffstat (limited to 'win32')
-rw-r--r-- | win32/build/config.w32.h.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win32/build/config.w32.h.in b/win32/build/config.w32.h.in index bfe57ed488..ca3a19b5ce 100644 --- a/win32/build/config.w32.h.in +++ b/win32/build/config.w32.h.in @@ -44,7 +44,6 @@ /* its in win32/time.c */ #define HAVE_USLEEP 1 #define HAVE_NANOSLEEP 1 -#define PHP_SLEEP_NON_VOID 1 #define HAVE_GETCWD 1 #define NEED_ISBLANK 1 |