mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
removed warning; WS
This commit is contained in:
parent
7b44890ac4
commit
f89f66d762
3 changed files with 19 additions and 23 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue