author | Alberto Bertogli
<albertito@blitiri.com.ar> 2008-07-25 22:40:31 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2008-07-25 22:40:31 UTC |
parent | d5715e472549de00f68dce5c8c4c07648dd3364a |
libjio.h | +1 | -1 |
diff --git a/libjio.h b/libjio.h index f342148..c48b47d 100644 --- a/libjio.h +++ b/libjio.h @@ -19,7 +19,7 @@ * library (which uses LFS) and that's just begging for problems. There should * be a portable way for the C library to do some of this for us, but until I * find one, this is the best we can do */ -#if (!defined _FILE_OFFSET_BITS) && (_FILE_OFFSET_BITS != 64) +#if (!defined _FILE_OFFSET_BITS) || (_FILE_OFFSET_BITS != 64) #error "You must compile your application with Large File Support" #endif