summaryrefslogtreecommitdiffstats
path: root/types.h
diff options
context:
space:
mode:
authorBert Münnich <be.muennich@gmail.com>2012-12-27 16:34:51 +0100
committerBert Münnich <be.muennich@gmail.com>2012-12-27 16:34:51 +0100
commitcd929eabfeb5344b2f7c43555eea20fc15a7f1ca (patch)
treef12c04e149ae7f1d6f0360a90a63eb39c2347061 /types.h
parentb542d63f964f66d14c9118448df4cf332fa023bf (diff)
downloadnsxiv-cd929eabfeb5344b2f7c43555eea20fc15a7f1ca.tar.zst
Fixed issue #73
Diffstat (limited to 'types.h')
-rw-r--r--types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/types.h b/types.h
index 70ae9c4..f09a379 100644
--- a/types.h
+++ b/types.h
@@ -1,6 +1,10 @@
#ifndef TYPES_H
#define TYPES_H
+#undef bool
+#undef false
+#undef true
+
typedef enum {
false,
true