From 4821702fb49c72216c307341dc3dfd5a3984cf83 Mon Sep 17 00:00:00 2001 From: bellard Date: Thu, 14 Apr 2005 23:49:21 +0000 Subject: win32 merge --- win32/include/stdbool.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 win32/include/stdbool.h (limited to 'win32/include/stdbool.h') diff --git a/win32/include/stdbool.h b/win32/include/stdbool.h new file mode 100644 index 0000000..6ed13a6 --- /dev/null +++ b/win32/include/stdbool.h @@ -0,0 +1,10 @@ +#ifndef _STDBOOL_H +#define _STDBOOL_H + +/* ISOC99 boolean */ + +#define bool _Bool +#define true 1 +#define false 0 + +#endif /* _STDBOOL_H */ -- cgit v1.3.1