17#ifndef PHP_WIN32_CONSOLE_H
18#define PHP_WIN32_CONSOLE_H
20#ifndef PHP_WINUTIL_API
22# define PHP_WINUTIL_API __declspec(dllexport)
24# define PHP_WINUTIL_API __declspec(dllimport)
32#ifndef ENABLE_VIRTUAL_TERMINAL_PROCESSING
33#define ENABLE_VIRTUAL_TERMINAL_PROCESSING 0x0004
PHP_WINUTIL_API BOOL php_win32_console_is_cli_sapi(void)
PHP_WINUTIL_API BOOL php_win32_console_fileno_has_vt100(zend_long fileno)
PHP_WINUTIL_API BOOL php_win32_console_is_own(void)
PHP_WINUTIL_API BOOL php_win32_console_fileno_is_console(zend_long fileno)
PHP_WINUTIL_API BOOL php_win32_console_fileno_set_vt100(zend_long fileno, BOOL enable)