diff --git a/src/libcdio/config.h b/src/libcdio/config.h index b0ee3c99..d50953ea 100644 --- a/src/libcdio/config.h +++ b/src/libcdio/config.h @@ -40,7 +40,9 @@ /* Define to 1 if you have the `fseeko64' function. */ #define HAVE_FSEEKO64 1 /* The equivalent of fseeko64 for MSVC is _fseeki64 */ +#if defined(_MSC_VER) #define fseeko64 _fseeki64 +#endif /* Define to 1 if you have the `ftruncate' function. */ /* #undef HAVE_FTRUNCATE */