summaryrefslogtreecommitdiffstats
path: root/atasmart.h
diff options
context:
space:
mode:
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) */