From f89f66d7620c316e751d5a3335a012070e7de457 Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Sun, 16 Feb 2014 17:41:50 +0100 Subject: removed warning; WS --- phpdbg_utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpdbg_utils.c') diff --git a/phpdbg_utils.c b/phpdbg_utils.c index 4bb671247e..d64d9ad686 100644 --- a/phpdbg_utils.c +++ b/phpdbg_utils.c @@ -31,7 +31,7 @@ #ifdef _WIN32 # include "win32/time.h" #elif defined(HAVE_SYS_IOCTL_H) -# include "sys/ioctl.h" +# include "sys/ioctl.h" #endif ZEND_EXTERN_MODULE_GLOBALS(phpdbg); @@ -391,7 +391,7 @@ PHPDBG_API const char *phpdbg_get_prompt(TSRMLS_D) /* {{{ */ PHPDBG_API int phpdbg_get_terminal_width(TSRMLS_D) /* {{{ */ { int columns; -#ifdef _win32 +#ifdef _WIN32 CONSOLE_SCREEN_BUFFER_INFO csbi; GetConsoleScreenBufferInfo(GetStdHandle(STD_OUTPUT_HANDLE), &csbi); -- cgit v1.2.1