Browse Source

- #50334, add missing file

experimental/the_5_4_that_isnt_5_4
Pierre Joye 16 years ago
parent
commit
bf377f6aab
  1. 11
      win32/php_stdbool.h

11
win32/php_stdbool.h

@ -0,0 +1,11 @@
#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 */
Loading…
Cancel
Save