diff options
author | Arnavion <arnavion@gmail.com> | 2013-09-15 15:08:10 -0700 |
---|---|---|
committer | Arnavion <arnavion@gmail.com> | 2013-09-15 15:08:40 -0700 |
commit | 648de4410ceeafdea63b37df43bb7e6d219a5b96 (patch) | |
tree | ad928424adb6f1f4a8256d34e3cd0cc0222dd61c /plugins/fishlim/bool.h | |
parent | b658fca4a72c2aca810a8a1f53e4f3b2c924380d (diff) |
plugins: fishlim: VS2013 comes with a working stdbool.h
Diffstat (limited to 'plugins/fishlim/bool.h')
-rw-r--r-- | plugins/fishlim/bool.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/fishlim/bool.h b/plugins/fishlim/bool.h deleted file mode 100644 index 2c8ddde4..00000000 --- a/plugins/fishlim/bool.h +++ /dev/null @@ -1,5 +0,0 @@ -/* stdbool.h replacement for MSVC */ -#define false 0 -#define true 1 -#define bool _Bool -typedef int _Bool; |