diff options
Diffstat (limited to 'win32/include/stdbool.h')
| -rw-r--r-- | win32/include/stdbool.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/win32/include/stdbool.h b/win32/include/stdbool.h deleted file mode 100644 index 6ed13a6..0000000 --- a/win32/include/stdbool.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef _STDBOOL_H -#define _STDBOOL_H - -/* ISOC99 boolean */ - -#define bool _Bool -#define true 1 -#define false 0 - -#endif /* _STDBOOL_H */ |
