]> granicus.if.org Git - php/commitdiff
Remove win32/php_stdbool.h
authorPeter Kokot <peterkokot@gmail.com>
Mon, 15 Jul 2019 16:00:04 +0000 (18:00 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Mon, 15 Jul 2019 16:00:04 +0000 (18:00 +0200)
File usage was removed via 33fc7d77d7d0f7c85025b8aa82d62b154c4bc71f.

Closes GH-4411

win32/php_stdbool.h [deleted file]

diff --git a/win32/php_stdbool.h b/win32/php_stdbool.h
deleted file mode 100644 (file)
index cc853c5..0000000
+++ /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 */