Navigation Menu

Skip to content

Commit

Permalink
- #50334, add missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrejoye committed Dec 9, 2009
1 parent 6dff9d7 commit bf377f6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions 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 */

0 comments on commit bf377f6

Please sign in to comment.