summaryrefslogtreecommitdiff
path: root/compatibility/stdbool.h
diff options
context:
space:
mode:
authorMichał Cichoń <michcic@gmail.com>2015-08-25 19:56:24 +0200
committerMichał Cichoń <michcic@gmail.com>2015-08-25 19:56:24 +0200
commit682f23e7bb4a52bedf46eff5c4859e1308eda124 (patch)
tree30ad4f37b434ecdfb5edc36dfbaf7fc924e53c0e /compatibility/stdbool.h
parent8b41fc907bcd27d24c895062ae8a61b305fc2d46 (diff)
downloadpianobar-windows-build-682f23e7bb4a52bedf46eff5c4859e1308eda124.tar.gz
pianobar-windows-build-682f23e7bb4a52bedf46eff5c4859e1308eda124.tar.bz2
pianobar-windows-build-682f23e7bb4a52bedf46eff5c4859e1308eda124.zip
Update build ref
Diffstat (limited to 'compatibility/stdbool.h')
-rw-r--r--compatibility/stdbool.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/compatibility/stdbool.h b/compatibility/stdbool.h
deleted file mode 100644
index 1ea9bb1..0000000
--- a/compatibility/stdbool.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef __STDBOOL_REPLACEMENT__H__
-#define __STDBOOL_REPLACEMENT__H__
-
-#ifdef _MSC_VER
-typedef enum { __bool_must_promote_to_int = -1, false = 0, true = 1 } __bool;
-#define bool __bool
-#define false 0
-#define true 1
-#endif
-
-#endif /* __STDBOOL_REPLACEMENT__H__ */