From: Peter Kokot Date: Mon, 15 Jul 2019 16:00:04 +0000 (+0200) Subject: Remove win32/php_stdbool.h X-Git-Tag: php-7.4.0beta1~112 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=24f4dff0753a1f5b432a7df3a8c3c235056ef4e8;p=php Remove win32/php_stdbool.h File usage was removed via 33fc7d77d7d0f7c85025b8aa82d62b154c4bc71f. Closes GH-4411 --- diff --git a/win32/php_stdbool.h b/win32/php_stdbool.h deleted file mode 100644 index cc853c59c1..0000000000 --- a/win32/php_stdbool.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef _STDBOOL_H -#define _STDBOOL_H -#if !defined(__BOOL_DEFINED) -# define bool short - -/* The other macros must be usable in preprocessor directives. */ -# define false 0 -# define true 1 -# define __bool_true_false_are_defined 1 -# endif -#endif /* _STDBOOL_H */