diff options
| author | grischka <grischka> | 2009-07-18 22:06:37 +0200 |
|---|---|---|
| committer | grischka <grischka> | 2009-07-18 22:06:37 +0200 |
| commit | dc251a7d8d8bb4fb57773790152bfe85236f5f12 (patch) | |
| tree | e8dcec8579afbe341a4af7560f0a7e559238f503 /win32/include/stdbool.h | |
| parent | 06aed3d171839454648cebd0c58eaf4667e4979a (diff) | |
| download | tinycc-dc251a7d8d8bb4fb57773790152bfe85236f5f12.tar.gz tinycc-dc251a7d8d8bb4fb57773790152bfe85236f5f12.tar.bz2 | |
win64: use new headers from mingw
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 */ |
