]> git.sven.stormbind.net Git - sven/fuse-exfat.git/blobdiff - libexfat/io.c
Merge 0.9.8 from upstream
[sven/fuse-exfat.git] / libexfat / io.c
index c9c1e2bc324e5661dbc51931632ef9b00a26cddf..8e9de8cffac73d28e7900a7038ed0b3660f7676f 100644 (file)
@@ -2,7 +2,7 @@
        io.c (02.09.09)
        exFAT file system implementation library.
 
-       Copyright (C) 2009, 2010  Andrew Nayenko
+       Copyright (C) 2010-2012  Andrew Nayenko
 
        This program is free software: you can redistribute it and/or modify
        it under the terms of the GNU General Public License as published by
@@ -32,7 +32,7 @@
 #include <ublio.h>
 #endif
 
-#if _FILE_OFFSET_BITS != 64
+#if !defined(_FILE_OFFSET_BITS) || (_FILE_OFFSET_BITS != 64)
        #error You should define _FILE_OFFSET_BITS=64
 #endif