summary refs log tree commit diff stats
path: root/plugins/fishlim/bool.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/fishlim/bool.h')
-rw-r--r--plugins/fishlim/bool.h5
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;