summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-07-15 18:00:31 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-07-15 18:00:31 +0200
commit62d21d8e200f15fa1db392411f6fc2972fe602e7 (patch)
treeb3f14abbd7af8ba03a1c532b1326e750ae025c38 /win32
parentf213132c7292c195497fcfb29dbfc3fe4012846a (diff)
parent24f4dff0753a1f5b432a7df3a8c3c235056ef4e8 (diff)
downloadphp-git-62d21d8e200f15fa1db392411f6fc2972fe602e7.tar.gz
Merge branch 'PHP-7.4'
* PHP-7.4: Remove win32/php_stdbool.h
Diffstat (limited to 'win32')
-rw-r--r--win32/php_stdbool.h11
1 files changed, 0 insertions, 11 deletions
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 */