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/fish.h | |
parent | b658fca4a72c2aca810a8a1f53e4f3b2c924380d (diff) |
plugins: fishlim: VS2013 comes with a working stdbool.h
Diffstat (limited to 'plugins/fishlim/fish.h')
-rw-r--r-- | plugins/fishlim/fish.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/fishlim/fish.h b/plugins/fishlim/fish.h index 5a4e85d0..db471326 100644 --- a/plugins/fishlim/fish.h +++ b/plugins/fishlim/fish.h @@ -25,11 +25,7 @@ #ifndef FISH_H #define FISH_H -#ifdef _MSC_VER -#include "bool.h" -#else #include <stdbool.h> -#endif #include <stddef.h> char *fish_encrypt(const char *key, size_t keylen, const char *message); |