define HAVE_FSEEKO for MSVC

This commit is contained in:
Andrew Dunstan 2009-01-07 13:51:04 +00:00
parent 1cfd9e8834
commit 678e597ee3
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@
/* #undef HAVE_FP_CLASS_H */ /* #undef HAVE_FP_CLASS_H */
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
/* #undef HAVE_FSEEKO */ #define HAVE_FSEEKO 1
/* Define to 1 if your compiler understands __func__. */ /* Define to 1 if your compiler understands __func__. */
//#define HAVE_FUNCNAME__FUNC 1 //#define HAVE_FUNCNAME__FUNC 1