diff --git a/third-party/fatfs/source/ff.h b/third-party/fatfs/source/ff.h index 64bf79d..f94e5ab 100644 --- a/third-party/fatfs/source/ff.h +++ b/third-party/fatfs/source/ff.h @@ -35,7 +35,7 @@ extern "C" { /* Integer types used for FatFs API */ -#if defined(_WIN32) /* Windows VC++ (for development only) */ +#if defined(_WIN32) && defined(_MSC_VER) && _MSC_VER < 1910 /* Windows VC++ 2015 and below (for development only) */ #define FF_INTDEF 2 #include typedef unsigned __int64 QWORD;