]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/nowide/config/check_lfs_support.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / nowide / config / check_lfs_support.cpp
index b20449cac0b3f08653e9ac8aa8ac6d66fca35b99..095c614f0380592a5a9ea95e847a43898bd8b671 100644 (file)
@@ -14,7 +14,7 @@
 
 void check(FILE* f)
 {
-#if defined(_WIN32) && !defined(__CYGWIN__)
+#if defined(_WIN32) && !defined(__CYGWIN__) && !defined(__MINGW32__)
     (void)_fseeki64(f, 0, SEEK_CUR);
     (void)_ftelli64(f);
 #else