summaryrefslogtreecommitdiffstats
path: root/atasmart.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-07-01 20:34:18 +0200
committerLennart Poettering <lennart@poettering.net>2008-07-01 20:34:18 +0200
commit25a3632fd96b60cf501fc1a7a96eef2e9103816e (patch)
tree4f5214e634d2a2fc19a8e40f7a4b0a99d9c648e9 /atasmart.h
parentfc7fd150835589a27a0447254a3b0ecb0612ee41 (diff)
autoconfization
Diffstat (limited to 'atasmart.h')
-rw-r--r--atasmart.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/atasmart.h b/atasmart.h
index 25b0f13..96b8294 100644
--- a/atasmart.h
+++ b/atasmart.h
@@ -27,12 +27,12 @@
typedef int SkBool;
-#ifndef TRUE
-#define TRUE 1
+#ifndef FALSE
+#define FALSE (0)
#endif
-#ifndef FALSE
-#define FALSE (!TRUE)
+#ifndef TRUE
+#define TRUE (!FALSE)
#endif
/* ATA SMART test type (ATA8 7.52.5.2) */