From 25a3632fd96b60cf501fc1a7a96eef2e9103816e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 1 Jul 2008 20:34:18 +0200 Subject: autoconfization --- atasmart.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'atasmart.h') 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) */ -- cgit