diff options
Diffstat (limited to 'win32/nice.h')
-rw-r--r-- | win32/nice.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/nice.h b/win32/nice.h index 9cb77d0e4f..037949f3bf 100644 --- a/win32/nice.h +++ b/win32/nice.h @@ -16,8 +16,8 @@ +----------------------------------------------------------------------+ */ -#ifndef HAVE_GETRUSAGE_H -# define HAVE_GETRUSAGE_H +#ifndef HAVE_NICE_H +# define HAVE_NICE_H PHPAPI int nice(zend_long); |