From 648de4410ceeafdea63b37df43bb7e6d219a5b96 Mon Sep 17 00:00:00 2001 From: Arnavion Date: Sun, 15 Sep 2013 15:08:10 -0700 Subject: plugins: fishlim: VS2013 comes with a working stdbool.h --- plugins/fishlim/bool.h | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 plugins/fishlim/bool.h (limited to 'plugins/fishlim/bool.h') 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; -- cgit 1.4.1