summaryrefslogtreecommitdiff
path: root/phpdbg_utils.c
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2014-02-16 17:41:50 +0100
committerBob Weinand <bobwei9@hotmail.com>2014-02-16 17:41:50 +0100
commitf89f66d7620c316e751d5a3335a012070e7de457 (patch)
tree33abda61712fa2139758b5c68aaff4f3370f4dce /phpdbg_utils.c
parent7b44890ac476cc45ff107048a2efbb72298b5a72 (diff)
downloadphp-git-f89f66d7620c316e751d5a3335a012070e7de457.tar.gz
removed warning; WS
Diffstat (limited to 'phpdbg_utils.c')
-rw-r--r--phpdbg_utils.c4
1 files changed, 2 insertions, 2 deletions
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);